Skip to content

Commit

Permalink
Writes summary after all
Browse files Browse the repository at this point in the history
  • Loading branch information
nohwnd committed Jul 13, 2020
1 parent 769e1a8 commit 41927b6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -618,7 +618,7 @@ public void TestResultHandlerShouldShowSourceSummaryForQuietVebosity(string fram
loggerEvents.WaitForEventCompletion();

this.mockOutput.Verify(o => o.Write(string.Format(CultureInfo.CurrentCulture, CommandLineResources.TestRunSummary,
(CommandLineResources.Passed + "!").PadRight(8),
(CommandLineResources.PassedTestIndicator + "!").PadRight(8),
0.ToString().PadLeft(5),
1.ToString().PadLeft(5),
1.ToString().PadLeft(5), 2
Expand Down

0 comments on commit 41927b6

Please sign in to comment.