File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
testlib/src/test/java/com/diffplug/spotless/generic Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -286,13 +286,13 @@ void should_update_license_containing_filename_token() throws Exception {
286
286
void should_apply_license_containing_YEAR_filename_token () throws Exception {
287
287
FormatterStep step = LicenseHeaderStep .headerDelimiter (header (HEADER_WITH_$YEAR_$FILE ), package_ ).build ();
288
288
StepHarnessWithFile .forStep (this , step )
289
- .test (
290
- new File ("Test.java" ),
291
- getTestResource (FILE_NO_LICENSE ),
292
- hasHeaderYearFileName (HEADER_WITH_$YEAR_$FILE , currentYear (), "Test.java" ))
293
- .testUnaffected (
294
- new File ("Test.java" ),
295
- hasHeaderYearFileName (HEADER_WITH_$YEAR_$FILE , currentYear (), "Test.java" ));
289
+ .test (
290
+ new File ("Test.java" ),
291
+ getTestResource (FILE_NO_LICENSE ),
292
+ hasHeaderYearFileName (HEADER_WITH_$YEAR_$FILE , currentYear (), "Test.java" ))
293
+ .testUnaffected (
294
+ new File ("Test.java" ),
295
+ hasHeaderYearFileName (HEADER_WITH_$YEAR_$FILE , currentYear (), "Test.java" ));
296
296
}
297
297
298
298
void noPackage () throws Throwable {
You can’t perform that action at this time.
0 commit comments