Skip to content

Commit 6f6896a

Browse files
authored
Remove debugging line since test passes now
1 parent c59b6b0 commit 6f6896a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tests/Engine/InvokeScriptAnalyzer.tests.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,6 @@ Describe "Test -Fix Switch" {
482482
It "Fixes warnings" {
483483
# we expect the script to contain warnings
484484
$warningsBeforeFix = Invoke-ScriptAnalyzer $directory\TestScriptWithFixableWarnings.ps1
485-
$warningsBeforeFix | % { Write-Verbose "$($_.Message)" -Verbose }
486485
$warningsBeforeFix.Count | Should Be 5
487486

488487
# fix the warnings and expect that it should not return the fixed warnings

0 commit comments

Comments
 (0)