Skip to content

Commit 9b0cf08

Browse files
committed
Update the maven tests for Diktat.
1 parent 3022df7 commit 9b0cf08

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

Diff for: plugin-maven/src/test/java/com/diffplug/spotless/maven/kotlin/DiktatTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ void testDiktatWithVersion() throws Exception {
4040

4141
writePomWithKotlinSteps(
4242
"<diktat>",
43-
" <version>1.0.1</version>",
43+
" <version>1.2.0</version>",
4444
"</diktat>");
4545

4646
String path = "src/main/kotlin/Main.kt";
@@ -56,7 +56,7 @@ void testDiktatConfig() throws Exception {
5656
File conf = setFile(configPath).toResource("kotlin/diktat/diktat-analysis.yml");
5757
writePomWithKotlinSteps(
5858
"<diktat>",
59-
" <version>1.0.1</version>",
59+
" <version>1.2.0</version>",
6060
" <configFile>" + conf.getAbsolutePath() + "</configFile>",
6161
"</diktat>");
6262

0 commit comments

Comments
 (0)