Skip to content

Commit

Permalink
Merge pull request #3 from janolehoffmann/fix-typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
christian-draeger authored Feb 16, 2023
2 parents 504c7b5 + 4e4e17e commit 9fcaedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ call a mockServer (that is created for us by **Pact**) as we defined it in our `
> ##### So your test class should look something like [THIS](consumer/src/test/kotlin/com/example/demo/ContractTest.kt) if you are using Kotlin afterwards.
> ##### So your test class should look something like [THIS](consumer/src/test/kotlin/com/example/demo/JavaContractTest.java) if you are using Java afterwards.
At this point we already archived a lot. We verified our *UserClient* is working correctly and
At this point we already achieved a lot. We verified our *UserClient* is working correctly and
we created the contract definition - or better said, Pact generated one for us :) - our **Provider** will validate his Api against later on.
You can have a look at it under `/target/pacts/user-data-cli-user-data-provider.json` (it should look similar to [THIS](consumer/src/test/resources/example-pact.json) one).
Expand Down

0 comments on commit 9fcaedf

Please sign in to comment.