vester icon indicating copy to clipboard operation
vester copied to clipboard

VesterTemplate.Test.ps1 - Verify $Desired is still $null when $Desired = $null

Open midacts opened this issue 8 years ago • 0 comments

Currently if $Desired is $null, it skips testing whether the value is still $null. Current

We should wait for #114 to be resolved, but i have been testing with this and it works: https://gist.github.com/Midacts/3f6f3304dcfad54765f8faa11ecb05d8

It adds the check to make sure $null still equals $null inside of the It blocks Try statement.

midacts avatar Apr 16 '17 23:04 midacts