Skip to content

Commit 61da1b2

Browse files
committed
Fix test name
1 parent e69ab4b commit 61da1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin-maven/src/test/java/com/diffplug/spotless/maven/java/TypeAnnotationsStepTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
class TypeAnnotationsStepTest extends MavenIntegrationHarness {
2323

2424
@Test
25-
void testRemoveUnusedInports() throws Exception {
25+
void testTypeAnnotations() throws Exception {
2626
writePomWithJavaSteps("<typeAnnotations/>");
2727

2828
String path = "src/main/java/test.java";

0 commit comments

Comments
 (0)