We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 750f454 commit 400a6e8Copy full SHA for 400a6e8
tst/Pester.RSpec.InNewProcess.ts.ps1
@@ -384,7 +384,7 @@ i -PassThru:$PassThru {
384
$ps.HadErrors | Verify-False
385
$res.PassedCount | Verify-Equal 1
386
# Information-stream introduced in PSv5 for Write-Host output
387
- if ($PSVersionTable.PSVersion.Major -ge 5) { $ps.Streams.Information -match 'Describe' | Verify-NotNull }
+ if ($PSVersionTable.PSVersion.Major -ge 5) { $ps.Streams.Information -match '<ScriptBlock>' | Verify-NotNull }
388
}
389
finally {
390
$ps.Dispose()
0 commit comments