You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2019/10/24 02:01:31 UTC

[GitHub] [maven-surefire] Col-E commented on a change in pull request #249: Surefire-1701: Fix @DisplayName breaking reruns

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:
users@infra.apache.org


With regards,
Apache Git Services