Skip to content

Commit

Permalink
Merge pull request #1122 from oller/patch-1
Browse files Browse the repository at this point in the history
fix(docs): Fix typo in test statement
  • Loading branch information
YOU54F authored Oct 17, 2023
2 parents 768b70e + 1408f1d commit 88efe5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/consumer.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const dogExample = { dog: 1 };
const EXPECTED_BODY = MatchersV3.eachLike(dogExample);

describe('GET /dogs', () => {
it('returns an HTTP 200 and a list of docs', () => {
it('returns an HTTP 200 and a list of dogs', () => {
// Arrange: Setup our expected interactions
//
// We use Pact to mock out the backend API
Expand Down Expand Up @@ -139,4 +139,4 @@ describe('GET /dogs', () => {
});
```

Read on about [matching](/docs/matching.md)
Read on about [matching](/docs/matching.md)

0 comments on commit 88efe5e

Please sign in to comment.