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 aec3260 commit 474267fCopy full SHA for 474267f
approvaltests-tests/src/test/java/org/approvaltests/scrubbers/DateScrubberTests.java
@@ -23,7 +23,7 @@ void testSupportedFormatWorksForExamples()
23
DateScrubber dateScrubber = new DateScrubber(supportedFormat.getRegex());
24
for (String example : supportedFormat.getExamples())
25
{
26
- assertEquals(dateScrubber.scrub(example), "[Date1]",
+ assertEquals("[Date1]", dateScrubber.scrub(example),
27
() -> "didn't work for regex " + supportedFormat.getRegex());
28
}
29
0 commit comments