Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
jukbot committed May 17, 2018
1 parent 60e18d1 commit 8479708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/validator.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const validate = require("../lib/validator");

test("Case 1: Valid ID Correct pattern", () => {
expect(validate("1101700207030")).toBe(true);
expect(validate("1112034563562")).toBe(true);
});

test("Case 2: Invalid ID Wrong pattern", () => {
Expand Down

0 comments on commit 8479708

Please sign in to comment.