File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ The easiest way to scrub a date is by calling
108
108
``` java
109
109
Approvals . verify(" created at 03:14:15" , new Options (). withScrubber(DateScrubber . getScrubberFor(" 00:00:00" )));
110
110
```
111
- <sup ><a href =' /approvaltests-tests/src/test/java/org/approvaltests/scrubbers/DateScrubberTest.java#L49-L51 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-scrub-date-example ' title =' Start of snippet ' >anchor</a ></sup >
111
+ <sup ><a href =' /approvaltests-tests/src/test/java/org/approvaltests/scrubbers/DateScrubberTest.java#L50-L52 ' title =' Snippet source file ' >snippet source</a > | <a href =' #snippet-scrub-date-example ' title =' Start of snippet ' >anchor</a ></sup >
112
112
<!-- endSnippet -->
113
113
114
114
which will produce
You can’t perform that action at this time.
0 commit comments