Skip to content

Commit

Permalink
Work around bug in PowerShell 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaykul committed Mar 4, 2019
1 parent 792b2fd commit 7d97f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Private/MoveUsingStatements.Tests.ps1
Expand Up @@ -124,7 +124,7 @@ Describe "MoveUsingStatements" {
# Introducing Parsing Error in the file
$Flag = [System.Collections.ArrayList]::new()
$null = $Flag.Add("MyParsingError}")
Write-Output -NoEnumerate $Flag
$PSCmdlet.WriteObject($Flag, $false)
}
}

Expand Down

0 comments on commit 7d97f63

Please sign in to comment.