Skip to content

Commit

Permalink
Fix integ test
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju committed Aug 1, 2024
1 parent 763bacf commit 6826948
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Describe 'Should -BeNullOrEmpty' {
}

It 'Should convert `Should -BeNullOrEmpty -Not:$true` correctly' {
$null | Should -BeNullOrEmpty -Not:$true
$null | Should -BeNullOrEmpty -Not:$true
}
}

Expand Down

0 comments on commit 6826948

Please sign in to comment.