Skip to content

Commit 78b265e

Browse files
authored
Merge pull request #1785 from danifgxcom/patch-1
Update README.md
2 parents da146a0 + b5bf1b3 commit 78b265e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/junit5spring/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ For example:
8383
class MockMvcTestTargetStandaloneMockMvcTestJava {
8484
8585
@TestTemplate
86-
@ExtendWith(PactVerificationSpringProvider.class)
86+
@ExtendWith(PactVerificationInvocationContextProvider.class)
8787
void pactVerificationTestTemplate(PactVerificationContext context) {
8888
context.verifyInteraction();
8989
}

0 commit comments

Comments
 (0)