We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c59b6b0 commit 6f6896aCopy full SHA for 6f6896a
Tests/Engine/InvokeScriptAnalyzer.tests.ps1
@@ -482,7 +482,6 @@ Describe "Test -Fix Switch" {
482
It "Fixes warnings" {
483
# we expect the script to contain warnings
484
$warningsBeforeFix = Invoke-ScriptAnalyzer $directory\TestScriptWithFixableWarnings.ps1
485
- $warningsBeforeFix | % { Write-Verbose "$($_.Message)" -Verbose }
486
$warningsBeforeFix.Count | Should Be 5
487
488
# fix the warnings and expect that it should not return the fixed warnings
0 commit comments