Skip to content

Commit 6edeef4

Browse files
committed
Clean up test
1 parent 78d9663 commit 6edeef4

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
@@ -494,7 +494,6 @@ Describe "Test -Fix Switch" {
494494

495495
$expectedScriptContentAfterFix = Get-Content $directory\TestScriptWithFixableWarnings_AfterFix.ps1 -Raw
496496
$actualScriptContentAfterFix = Get-Content $directory\TestScriptWithFixableWarnings.ps1 -Raw
497-
write-host $actualScriptContentAfterFix
498497
$actualScriptContentAfterFix | Should Be $expectedScriptContentAfterFix
499498
}
500499
}

0 commit comments

Comments
 (0)