Skip to content

Commit 350b8a4

Browse files
author
Vincent Potucek
committed
wip
1 parent 0956a48 commit 350b8a4

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ void testRemoveWildcardImports() throws Exception {
4545
AbstractStringAssert<?> abstractStringAssert = assertThat(mavenRunner().withArguments("spotless:apply").runHasError().stdOutUtf8());
4646
abstractStringAssert
4747
.contains(ERROR)
48-
// .contains("11111")
48+
.contains("11111")
4949
;
5050

5151
FormatterStep step = KtLintStep.create("0.49.0", TestProvisioner.mavenCentral());

0 commit comments

Comments
 (0)