Skip to content

Commit

Permalink
Merge pull request #1785 from danifgxcom/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
rholshausen authored Apr 16, 2024
2 parents da146a0 + b5bf1b3 commit 78b265e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/junit5spring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ For example:
class MockMvcTestTargetStandaloneMockMvcTestJava {
@TestTemplate
@ExtendWith(PactVerificationSpringProvider.class)
@ExtendWith(PactVerificationInvocationContextProvider.class)
void pactVerificationTestTemplate(PactVerificationContext context) {
context.verifyInteraction();
}
Expand Down

0 comments on commit 78b265e

Please sign in to comment.