Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
blacelle committed Jan 26, 2023
1 parent 4439934 commit 7f7cc49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public void testExceptionWithSentinelNoFileOnDisk() throws Exception {
.exceptionPolicy(exceptionPolicy)
.build();

formatter.compute("someFileContent", Formatter.SENTINEL_NO_FILE_ON_DISK);
formatter.compute("someFileContent", FormatterStepImpl.SENTINEL);
}

// rootDir may be a path not from the default FileSystem
Expand Down

0 comments on commit 7f7cc49

Please sign in to comment.