Skip to content

Commit 7f7cc49

Browse files
committed
Fix compilation
1 parent 4439934 commit 7f7cc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testlib/src/test/java/com/diffplug/spotless/FormatterTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public void testExceptionWithSentinelNoFileOnDisk() throws Exception {
142142
.exceptionPolicy(exceptionPolicy)
143143
.build();
144144

145-
formatter.compute("someFileContent", Formatter.SENTINEL_NO_FILE_ON_DISK);
145+
formatter.compute("someFileContent", FormatterStepImpl.SENTINEL);
146146
}
147147

148148
// rootDir may be a path not from the default FileSystem

0 commit comments

Comments
 (0)