Skip to content

Commit d8d496a

Browse files
committed
Fix a test.
1 parent c1a2fe5 commit d8d496a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
class ForbidWildcardImportsStepTest extends MavenIntegrationHarness {
2323

2424
@Test
25-
void testRemoveWildcardImports() throws Exception {
26-
writePomWithJavaSteps("<removeWildcardImports/>");
25+
void testForbidWildcardImports() throws Exception {
26+
writePomWithJavaSteps("<forbidWildcardImports/>");
2727

2828
String path = "src/main/java/test.java";
2929
setFile(path).toResource("java/removewildcardimports/JavaCodeWildcardsUnformatted.test");

0 commit comments

Comments
 (0)