Skip to content

Commit 524ae1a

Browse files
committed
Fix parameter set tests
1 parent 6a847f5 commit 524ae1a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Tests/Engine/InvokeScriptAnalyzer.tests.ps1

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,8 @@ Describe "Test available parameters" {
8787

8888
It "Has 4 parameter sets" {
8989
$parameterSets = @(
90-
'Path_IncludeSuppressed'
91-
'Path_SuppressedOnly'
92-
'ScriptDefinition_IncludeSuppressed'
93-
'ScriptDefinition_SuppressedOnly'
90+
'File'
91+
'ScriptDefinition'
9492
)
9593

9694
$sa.ParameterSets | Select-Object -ExpandProperty Name | Sort-Object | Should -Be $parameterSets

0 commit comments

Comments
 (0)