Skip to content

Commit 3527c38

Browse files
author
Vincent Potucek
committed
fix testRemoveUnusedImports
1 parent a5d9e0b commit 3527c38

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/RemoveUnusedImportsStepTest.java

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

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

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

0 commit comments

Comments
 (0)