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 78d9663 commit 6edeef4Copy full SHA for 6edeef4
Tests/Engine/InvokeScriptAnalyzer.tests.ps1
@@ -494,7 +494,6 @@ Describe "Test -Fix Switch" {
494
495
$expectedScriptContentAfterFix = Get-Content $directory\TestScriptWithFixableWarnings_AfterFix.ps1 -Raw
496
$actualScriptContentAfterFix = Get-Content $directory\TestScriptWithFixableWarnings.ps1 -Raw
497
- write-host $actualScriptContentAfterFix
498
$actualScriptContentAfterFix | Should Be $expectedScriptContentAfterFix
499
}
500
0 commit comments