Skip to content

Commit e186311

Browse files
author
Ronald Holshausen
committedNov 9, 2019
fix: link in readme
1 parent ac276e2 commit e186311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎provider/pact-jvm-provider-junit5/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Provider State Methods work in the same way as with JUnit 4 tests, refer to the
6969

7070
If you have a large number of state change methods, you can split things up by moving them to other classes. You will
7171
need to specify the additional classes on the test context in a `Before` method. Do this with the `withStateHandler`
72-
or `setStateHandlers` methods. See [StateAnnotationsOnAdditionalClassTest](pact-jvm-provider-junit5/src/test/java/au/com/dius/pact/provider/junit5/StateAnnotationsOnAdditionalClassTest.java) for an example.
72+
or `setStateHandlers` methods. See [StateAnnotationsOnAdditionalClassTest](src/test/java/au/com/dius/pact/provider/junit5/StateAnnotationsOnAdditionalClassTest.java) for an example.
7373

7474
## Modifying the requests before they are sent
7575

0 commit comments

Comments
 (0)
Please sign in to comment.