Skip to content

Commit

Permalink
Update src/functions/Output.ps1
Browse files Browse the repository at this point in the history
Co-authored-by: Frode Flaten <[email protected]>
  • Loading branch information
nohwnd and fflaten authored May 18, 2024
1 parent 79c0c51 commit 75b04d1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/functions/Output.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -348,8 +348,6 @@ function Write-PesterReport {
Write-PesterHostMessage ('Container failed: {0}' -f $RunResult.FailedContainersCount) -Foreground $ReportTheme.Fail
Write-PesterHostMessage ($cs -join [Environment]::NewLine) -Foreground $ReportTheme.Fail
}
# & $SafeCommands['Write-Host'] ($ReportStrings.TestsInconclusive -f $RunResult.InconclusiveCount) -Foreground $Inconclusive
# }
}

function Write-CoverageReport {
Expand Down

0 comments on commit 75b04d1

Please sign in to comment.