Skip to content

Commit fe6ff27

Browse files
author
dupirefr
committed
[JAVA-621] Used *UnitTest suffix instead of Test for compliance with Maven PMD (article need update)
1 parent c39e3a6 commit fe6ff27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ abstract class SimpleAbstractClass {
66
abstract void run();
77
}
88

9-
public class AnonymousInnerTest {
9+
public class AnonymousInnerUnitTest {
1010

1111
@Test
1212
public void run() {

0 commit comments

Comments
 (0)