Skip to content

Commit a50c90c

Browse files
committed
Fix KtfmtTest, no reason for it to be so old.
1 parent 47017ac commit a50c90c

File tree

1 file changed

+1
-1
lines changed
  • plugin-maven/src/test/java/com/diffplug/spotless/maven/kotlin

1 file changed

+1
-1
lines changed

plugin-maven/src/test/java/com/diffplug/spotless/maven/kotlin/KtfmtTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ void testKtfmtWithMaxWidthOption() throws Exception {
6565

6666
@Test
6767
void testKtfmtStyleWithMaxWidthOption() throws Exception {
68-
writePomWithKotlinSteps("<ktfmt><version>0.17</version><style>DROPBOX</style><maxWidth>120</maxWidth></ktfmt>");
68+
writePomWithKotlinSteps("<ktfmt><version>0.50</version><style>DROPBOX</style><maxWidth>120</maxWidth></ktfmt>");
6969

7070
setFile("src/main/kotlin/main.kt").toResource("kotlin/ktfmt/max-width.dirty");
7171
mavenRunner().withArguments("spotless:apply").runNoError();

0 commit comments

Comments
 (0)