Skip to content

Commit

Permalink
fix a permutator test value
Browse files Browse the repository at this point in the history
  • Loading branch information
janechu committed May 24, 2018
1 parent 874fa70 commit e87f3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fast-permutator/__tests__/test-schemas/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ describe('Object primitive', function() {
possibleData = permutator(schemaData);
});
it('should generate correct number of permutations', function() {
expect(possibleData).toHaveLength(10);
expect(possibleData).toHaveLength(9);
});
it('should generate correct properties and values in permutations', function() {
// check the first two objects
Expand Down

0 comments on commit e87f3dd

Please sign in to comment.