We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d9e0b commit 3527c38Copy full SHA for 3527c38
plugin-maven/src/test/java/com/diffplug/spotless/maven/java/RemoveUnusedImportsStepTest.java
@@ -22,7 +22,7 @@
22
class RemoveUnusedImportsStepTest extends MavenIntegrationHarness {
23
24
@Test
25
- void testRemoveUnusedInports() throws Exception {
+ void testRemoveUnusedImports() throws Exception {
26
writePomWithJavaSteps("<removeUnusedImports/>");
27
28
String path = "src/main/java/test.java";
0 commit comments