Skip to content

Commit

Permalink
feat: fix codenarc errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Feb 11, 2021
1 parent cc7b6a1 commit 612f992
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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']
]
}
}

0 comments on commit 612f992

Please sign in to comment.