Skip to content

Commit 2523307

Browse files
committed
Updated unit tests for PSProvideVerboseMessage test
1 parent b28f98f commit 2523307

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Tests/Rules/GoodCmdlet.ps1

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,10 @@ function Get-File
8181
if ($pscmdlet.ShouldContinue("Yes", "No")) {
8282
}
8383
}
84+
}
85+
86+
#Write-Verbose should not be required because this is not an advanced function
87+
function Get-SimpleFunc
88+
{
89+
8490
}

0 commit comments

Comments
 (0)