Skip to content

Commit

Permalink
Issue: junit-team#3139 part 2 update
Browse files Browse the repository at this point in the history
delete one line of extra code
  • Loading branch information
XuJ321 committed Aug 31, 2024
1 parent bc1b464 commit 2fa9a8e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,8 +210,6 @@ private void printSummary(TestExecutionSummary summary, PrintWriter out) {

}
});

summary.getFailures();
summary.printFailuresTo(out);
}
summary.printTo(out);
Expand Down

0 comments on commit 2fa9a8e

Please sign in to comment.