Skip to content

Commit 7af7aa8

Browse files
chore: remove duplicate body in example
1 parent 29ce2d8 commit 7af7aa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pact
2727
.andGiven('the alligators were recently fed')
2828
.uponReceiving('a request for an alligator')
2929
.withRequest('GET', '/alligator')
30-
.willRespondWith(200, body: body: { 'name': 'Betsy' }});
30+
.willRespondWith(200, body: { 'name': 'Betsy' }});
3131
3232
pact.run(secure: false);
3333

0 commit comments

Comments
 (0)