Skip to content

Commit 86a7424

Browse files
committed
Fixup test.
1 parent 64e8180 commit 86a7424

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugin-gradle/src/test/java/com/diffplug/gradle/spotless/DiffMessageFormatterTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2024 DiffPlug
2+
* Copyright 2016-2025 DiffPlug
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -117,8 +117,8 @@ private void assertCheckFailure(Bundle spotless, String... expectedLines) throws
117117
}
118118

119119
static final String EXPECTED_RUN_SPOTLESS_APPLY_SUGGESTION = FileSignature.machineIsWin()
120-
? "Run 'gradlew.bat :spotlessApply' to fix these violations."
121-
: "Run './gradlew :spotlessApply' to fix these violations.";
120+
? "Run 'gradlew.bat spotlessApply' to fix all violations."
121+
: "Run './gradlew spotlessApply' to fix all violations.";
122122

123123
@Test
124124
void lineEndingProblem() throws Exception {

0 commit comments

Comments
 (0)