Skip to content

Commit e184e3b

Browse files
authored
Another small syntax fix (sorry, I am commiting from my mobile)
1 parent 8e46750 commit e184e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Engine/InvokeScriptAnalyzer.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ Describe "Test -Fix Switch" {
475475
AfterEach {
476476
if ($null -ne $initialTestScript)
477477
{
478-
[System.IO.File]::WriteAllText("$($directory)\TestScriptWithFixableWarnings.ps1", initialTestScript) # Set-Content -NoNewline was only introduced in PS v5 and would therefore not work in CI
478+
[System.IO.File]::WriteAllText("$($directory)\TestScriptWithFixableWarnings.ps1", $initialTestScript) # Set-Content -NoNewline was only introduced in PS v5 and would therefore not work in CI
479479
}
480480
}
481481

0 commit comments

Comments
 (0)