File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,11 +143,11 @@ As such ApprovalTests has an algorithm to guess the source file's location.
143143This 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
148148Thanks to the try block, the default is restored afterwards allowing tests to be independent.
149149You 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
You can’t perform that action at this time.
0 commit comments