HubertWo commented on a change in pull request #649:
URL: https://github.com/apache/commons-lang/pull/649#discussion_r523411196
##########
File path:
src/test/java/org/apache/commons/lang3/StringUtilsEqualsIndexOfTest.java
##########
@@ -375,6 +376,18 @@ public void testIndexOfAny_StringCharArray() {
assertEquals(-1, StringUtils.indexOfAny("ab", 'z'));
}
+
+ @DisplayName("testIndexOfAny_String")
Review comment:
What's the purpose of having the same ```@DisplayName``` and test name?
----------------------------------------------------------------
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:
[email protected]