Skip to content

Commit

Permalink
Port test related style fixed from xPSDesiredStateConfiguration - Pos…
Browse files Browse the repository at this point in the history
…t Review PowerShell#1
  • Loading branch information
mhendric committed Jun 12, 2019
1 parent 4013bc5 commit 2471707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/TestHelpers/CommonTestHelper.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ function Test-GetTargetResourceResult

foreach ($property in $GetTargetResourceResultProperties)
{
$GetTargetResourceResult[$property] | Should -Not -BeNullOrEmpty
$GetTargetResourceResult[$property] | Should -Not -Be $null
}
}

Expand Down

0 comments on commit 2471707

Please sign in to comment.