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 Mar 3, 2025
1 parent 879c939 commit 91b4f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion approvaltests/docs/how_to/UseTestFactory.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Collection<DynamicTest> testFactory3()
o -> Approvals.verify("content for " + number, o))).collect(Collectors.toList());
}
```
<sup><a href='/approvaltests/src/test/java/org/approvaltests/namer/JUnit5StackTraceNamerTest.java#L128-L135' title='Snippet source file'>snippet source</a> | <a href='#snippet-java_dynamic_test' title='Start of snippet'>anchor</a></sup>
<sup><a href='/approvaltests/src/test/java/org/approvaltests/namer/JUnit5StackTraceNamerTest.java#L129-L136' title='Snippet source file'>snippet source</a> | <a href='#snippet-java_dynamic_test' title='Start of snippet'>anchor</a></sup>
<!-- endSnippet -->

## Kotlin
Expand Down

0 comments on commit 91b4f72

Please sign in to comment.