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 4439934 commit 7f7cc49Copy full SHA for 7f7cc49
testlib/src/test/java/com/diffplug/spotless/FormatterTest.java
@@ -142,7 +142,7 @@ public void testExceptionWithSentinelNoFileOnDisk() throws Exception {
142
.exceptionPolicy(exceptionPolicy)
143
.build();
144
145
- formatter.compute("someFileContent", Formatter.SENTINEL_NO_FILE_ON_DISK);
+ formatter.compute("someFileContent", FormatterStepImpl.SENTINEL);
146
}
147
148
// rootDir may be a path not from the default FileSystem
0 commit comments