Skip to content

Commit

Permalink
Updated chance-generators
Browse files Browse the repository at this point in the history
  • Loading branch information
sunesimonsen committed Dec 10, 2016
1 parent 9f618c3 commit 72cc064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"author": "Sune Simonsen",
"license": "MIT",
"devDependencies": {
"chance-generators": "1.16.0",
"chance-generators": "2.1.0",
"eslint": "2.7.0",
"eslint-config-onelint": "1.0.2",
"lodash.escape": "3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion test/unexpected-check.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ describe('unexpected-check', function () {
});
}, 'to be valid for all', arrays);
}, 'to throw',
'Ran 18 iterations and found 5 errors\n' +
'Ran 19 iterations and found 9 errors\n' +
'counterexample:\n' +
'\n' +
' Generated input: [ 0 ]\n' +
Expand Down

0 comments on commit 72cc064

Please sign in to comment.