diff --git a/consumer/src/test/groovy/au/com/dius/pact/consumer/dsl/PactDslJsonBodySpec.groovy b/consumer/src/test/groovy/au/com/dius/pact/consumer/dsl/PactDslJsonBodySpec.groovy index 3480acef53..e891994618 100644 --- a/consumer/src/test/groovy/au/com/dius/pact/consumer/dsl/PactDslJsonBodySpec.groovy +++ b/consumer/src/test/groovy/au/com/dius/pact/consumer/dsl/PactDslJsonBodySpec.groovy @@ -382,6 +382,7 @@ class PactDslJsonBodySpec extends Specification { body.body.toString() == '{"test":"Test","num":100}' body.matchers.toMap(PactSpecVersion.V3) == [ '.test': [matchers: [[match: 'type']], combine: 'AND'], - '.num': [matchers: [[match: 'type']], combine:'AND']] + '.num': [matchers: [[match: 'type']], combine: 'AND'] + ] } }