Skip to content

Commit 5f72980

Browse files
committed
Add failing test for #157
1 parent efc027a commit 5f72980

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/Rules/GoodCmdlet.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ function Get-File
9191
{
9292
if ($pscmdlet.ShouldContinue("Yes", "No")) {
9393
}
94+
[System.Void] $Param3
9495
}
9596
}
9697

0 commit comments

Comments
 (0)