Missing unit tests for private functions #403
Labels
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
in progress
The issue is being actively worked on by someone.
tests
The issue or pull request is about tests only.
There are several private functions that never got there corresponding unit test merged. They were missed during review of PR #395.
The unit tests already exists here: https://github.com/dsccommunity/SqlServerDsc/tree/main/tests/Unit/Private
The unit tests need to be modified to be able to be run by Pester 4 since the pipeline here does not yet use Pester 5.
The text was updated successfully, but these errors were encountered: