File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
internal_documentation/micro_features Expand file tree Collapse file tree 2 files changed +2
-2
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#L50-L52 ' 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#L54-L56 ' 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
Original file line number Diff line number Diff line change @@ -38,4 +38,4 @@ try (ConsoleOutput console = new ConsoleOutput()) {
38
38
## Tests
39
39
1 . Test verifyOutput
40
40
2 . Test verifyError
41
- 3 . Test verifyAll
41
+ 3 . Test verifyAll
You can’t perform that action at this time.
0 commit comments