Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Vaschenko committed Nov 7, 2018
1 parent eb37582 commit a72af2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/types/number.js
Expand Up @@ -1421,7 +1421,7 @@ describe('number', () => {
const t = Joi.number();
Helper.validate(t, [
[Number.MAX_SAFE_INTEGER, true, null, Number.MAX_SAFE_INTEGER],
[Number.MIN_SAFE_INTEGER, true, null, Number.MIN_SAFE_INTEGER],
[Number.MIN_SAFE_INTEGER, true, null, Number.MIN_SAFE_INTEGER]
]);
});
});
Expand Down

0 comments on commit a72af2f

Please sign in to comment.