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 45df861 commit 8de6dd5Copy full SHA for 8de6dd5
testlib/src/test/java/com/diffplug/spotless/JvmTest.java
@@ -142,7 +142,7 @@ void supportProposesFormatterUpgrade() {
142
}).getMessage();
143
assertThat(proposal).isEqualTo("My Test Formatter " + fmtVersion + " is currently being used, but outdated.\n" +
144
"My Test Formatter 2 is the recommended version, which may have fixed this problem.\n" +
145
- "My Test Formatter 2 requires JVM 10+.");
+ "My Test Formatter 2 requires JVM " + (requiredJvm) + "+.");
146
}
147
148
0 commit comments