Col-E commented on a change in pull request #249: Surefire-1701: Fix @DisplayName breaking reruns URL: https://github.com/apache/maven-surefire/pull/249#discussion_r338351993
########## File path: surefire-providers/surefire-junit-platform/src/test/java/org/apache/maven/surefire/junitplatform/JUnitPlatformProviderTest.java ########## @@ -843,7 +844,7 @@ void testPass() void testAborted() { assumeFalse( true ); - throw new IllegalStateException( "this exception should neve happen" ); + throw new IllegalStateException( "his exception should never happen" ); Review comment: Oops, don't know how that happened. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services