diff --git a/src/dsl/matchers.js b/src/dsl/matchers.js index 20db3ca70..e95c012c4 100644 --- a/src/dsl/matchers.js +++ b/src/dsl/matchers.js @@ -45,7 +45,7 @@ module.exports.eachLike = (content, opts) => { } if (opts && (isNil(opts.min) || opts.min < 1)) { - throw new Error('Error creating a Pact eachLike. Please provide opts.min that is > 1') + throw new Error('Error creating a Pact eachLike. Please provide opts.min that is > 0') } return {