We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307bd61 commit 6faa7e6Copy full SHA for 6faa7e6
1 file changed
approvaltests/docs/Scrubbers.md
@@ -108,7 +108,7 @@ The easiest way to scrub a date is by calling
108
```java
109
Approvals.verify("created at 03:14:15", new Options().withScrubber(DateScrubber.getScrubberFor("00:00:00")));
110
```
111
-<sup><a href='/approvaltests-tests/src/test/java/org/approvaltests/scrubbers/DateScrubberTest.java#L57-L59' title='Snippet source file'>snippet source</a> | <a href='#snippet-scrub-date-example' title='Start of snippet'>anchor</a></sup>
+<sup><a href='/approvaltests-tests/src/test/java/org/approvaltests/scrubbers/DateScrubberTest.java#L58-L60' title='Snippet source file'>snippet source</a> | <a href='#snippet-scrub-date-example' title='Start of snippet'>anchor</a></sup>
112
<!-- endSnippet -->
113
114
which will produce
0 commit comments