Skip to content

Commit

Permalink
d updated markdown snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 9, 2023
1 parent 118cef4 commit 31ca27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion approvaltests/docs/how_to/ConfigureReporters.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ At both the class and method level you can use the @UseReporter attribute to set
```java
@UseReporter(DiffMergeReporter.class)
```
<sup><a href='/approvaltests-tests/src/test/java/org/approvaltests/reporters/GenericDiffReporterTest.java#L20-L22' title='Snippet source file'>snippet source</a> | <a href='#snippet-use_reporter_single' title='Start of snippet'>anchor</a></sup>
<sup><a href='/approvaltests-tests/src/test/java/org/approvaltests/reporters/GenericDiffReporterTest.java#L19-L21' title='Snippet source file'>snippet source</a> | <a href='#snippet-use_reporter_single' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->
#### Multiple Reporters

Expand Down

0 comments on commit 31ca27c

Please sign in to comment.