Skip to content

Commit ecd820b

Browse files
committed
. d reformatted code and updated markdown snippets
1 parent 4e97bea commit ecd820b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

approvaltests-tests/src/test/java/org/approvaltests/scrubbers/DateScrubberTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,6 @@ void testForSimpleDateFormat()
257257
@UseReporter(AutoApproveReporter.class)
258258
void testDateFormatNotFoundMessage()
259259
{
260-
Approvals.verifyException(() -> DateScrubber.getScrubberFor("this format does not exist"));
260+
Approvals.verifyException(() -> DateScrubber.getScrubberFor("this format does not exist"));
261261
}
262262
}

0 commit comments

Comments
 (0)