Skip to content

Commit

Permalink
Fix json generation of SomethingLike (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbaptistepriez committed Jul 12, 2017
1 parent 65b493d commit 29a2518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact/matchers.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def generate(self):
"""
return {
'json_class': 'Pact::SomethingLike',
'contents': self.matcher}
'contents': from_term(self.matcher)}


class Term(Matcher):
Expand Down

0 comments on commit 29a2518

Please sign in to comment.