Skip to content

Commit 04f6bf0

Browse files
committedDec 8, 2024
Fix.
1 parent b940302 commit 04f6bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎plugin-gradle/src/test/java/com/diffplug/gradle/spotless/BumpThisNumberIfACustomStepChangesTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ private void writeContentWithBadFormatting() throws IOException {
3939
}
4040

4141
@Override
42-
protected void applyIsUpToDate(boolean upToDate) throws IOException {
42+
public void applyIsUpToDate(boolean upToDate) throws IOException {
4343
super.applyIsUpToDate(upToDate);
4444
assertFile("README.md").hasContent("abc");
4545
}

0 commit comments

Comments
 (0)