Skip to content

Commit

Permalink
Update tests for PK phone numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Hammad Javed committed Oct 19, 2021
1 parent e48449b commit 062e394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/validators.js
Original file line number Diff line number Diff line change
Expand Up @@ -7954,7 +7954,6 @@ describe('Validators', () => {
'00923001234567',
'923001234567',
'03001234567',
'3001234567',
],
invalid: [
'+3001234567',
Expand All @@ -7964,6 +7963,7 @@ describe('Validators', () => {
'030012345672',
'30012345673',
'0030012345673',
'3001234567',
],
},
];
Expand Down

0 comments on commit 062e394

Please sign in to comment.