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 0956a48 commit 350b8a4Copy full SHA for 350b8a4
plugin-maven/src/test/java/com/diffplug/spotless/maven/java/RemoveWildcardImportsStepTest.java
@@ -45,7 +45,7 @@ void testRemoveWildcardImports() throws Exception {
45
AbstractStringAssert<?> abstractStringAssert = assertThat(mavenRunner().withArguments("spotless:apply").runHasError().stdOutUtf8());
46
abstractStringAssert
47
.contains(ERROR)
48
-// .contains("11111")
+ .contains("11111")
49
;
50
51
FormatterStep step = KtLintStep.create("0.49.0", TestProvisioner.mavenCentral());
0 commit comments