Skip to content

Commit

Permalink
reduce dash-line to 80 chars
Browse files Browse the repository at this point in the history
  • Loading branch information
gbirchmeier committed Jun 16, 2020
1 parent 7f8ffd0 commit 1943504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AcceptanceTest/runat.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ function Write-TestResult {
Format-Table

$TotalResults = $TestResult.at.results
Write-Host $('-'*120)
Write-Host $('-'*80)
Write-Host "$FixVersion ($Framework) Results:"
Write-Host " Total Tests: $($TotalResults.total)"
Write-Host " Passing: $($TotalResults.total - $TotalResults.failures)"
Expand Down

0 comments on commit 1943504

Please sign in to comment.