Tibor17 commented on a change in pull request #300: URL: https://github.com/apache/maven-surefire/pull/300#discussion_r436304525
########## File path: maven-surefire-common/src/test/java/org/apache/maven/surefire/extensions/ForkChannelTest.java ########## @@ -100,7 +109,8 @@ public ConsoleLogger getConsoleLogger() assertThat( channel.getForkNodeConnectionString() ) .startsWith( "tcp://127.0.0.1:" ) - .isNotEqualTo( "tcp://127.0.0.1:" ); + .isNotEqualTo( "tcp://127.0.0.1:" ) Review comment: Rebase in needed. ---------------------------------------------------------------- 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