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 e69ab4b commit 61da1b2Copy full SHA for 61da1b2
plugin-maven/src/test/java/com/diffplug/spotless/maven/java/TypeAnnotationsStepTest.java
@@ -22,7 +22,7 @@
22
class TypeAnnotationsStepTest extends MavenIntegrationHarness {
23
24
@Test
25
- void testRemoveUnusedInports() throws Exception {
+ void testTypeAnnotations() throws Exception {
26
writePomWithJavaSteps("<typeAnnotations/>");
27
28
String path = "src/main/java/test.java";
0 commit comments