Skip to content

Commit 9f6ef22

Browse files
committed
Remove faulty test component
1 parent 1c78a6b commit 9f6ef22

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

Tests/Rules/UseCompatibleCommands.Tests.ps1

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -345,13 +345,6 @@ Describe 'UseCompatibleCommands' {
345345
$group.Group[0].Command | Should -BeExactly 'New-SelfSignedCertificate'
346346
break
347347
}
348-
349-
default
350-
{
351-
$group.Name | Should -BeNullOrEmpty
352-
$group.Count | Should -Be 0
353-
break
354-
}
355348
}
356349
}
357350
}

Tests/Rules/UseCompatibleTypes.Tests.ps1

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,6 @@ Describe 'UseCompatibleTypes' {
212212
$group[0].Group.TargetPlatform.PowerShell.Version.Major | Should -Be 6
213213
break
214214
}
215-
216-
default
217-
{
218-
$group.Name | Should -BeNullOrEmpty
219-
$group.Count | Should -Be 0
220-
break
221-
}
222215
}
223216
}
224217
}

0 commit comments

Comments
 (0)