Skip to content

Commit f71459b

Browse files
committed
Don't mangle class and method names
1 parent 6c324b3 commit f71459b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/test/java/org/apache/commons/lang3/compare/ComparableUtilsTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,9 @@
2626

2727
import org.apache.commons.lang3.AbstractLangTest;
2828
import org.junit.jupiter.api.DisplayName;
29-
import org.junit.jupiter.api.DisplayNameGeneration;
30-
import org.junit.jupiter.api.DisplayNameGenerator;
3129
import org.junit.jupiter.api.Nested;
3230
import org.junit.jupiter.api.Test;
3331

34-
@DisplayNameGeneration(DisplayNameGenerator.ReplaceUnderscores.class)
3532
class ComparableUtilsTest extends AbstractLangTest {
3633

3734
@Nested

0 commit comments

Comments
 (0)