Skip to content

Commit 0bd0405

Browse files
committed
d fix md snippet invocation
1 parent cbf0a06 commit 0bd0405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

approvaltests/docs/Configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,11 +143,11 @@ As such ApprovalTests has an algorithm to guess the source file's location.
143143
This works most of the time. In the off chance that it doesn't work for you, you can fix it manually using the following injection point.
144144

145145
### Defining alternatives
146-
<!-- snippet : define_alternative_source_directory_finder -->
146+
snippet: define_alternative_source_directory_finder
147147
### Using alternatives
148148
Thanks to the try block, the default is restored afterwards allowing tests to be independent.
149149
You might want to do this at a [higher level](https://stackoverflow.com/questions/43282798/in-junit-5-how-to-run-code-before-all-tests).
150-
<!-- snippet : configure_alternative_source_directory -->
150+
snippet: configure_alternative_source_directory
151151

152152
---
153153

0 commit comments

Comments
 (0)