Skip to content

Commit 1c78a6b

Browse files
committed
Fix other test
1 parent f04009d commit 1c78a6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/Rules/UseCompatibleCommands.Tests.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,8 @@ Describe 'UseCompatibleCommands' {
348348

349349
default
350350
{
351-
$group.Name | Should -Be $null
351+
$group.Name | Should -BeNullOrEmpty
352+
$group.Count | Should -Be 0
352353
break
353354
}
354355
}

0 commit comments

Comments
 (0)