Skip to content

Commit 062e394

Browse files
author
Hammad Javed
committed
Update tests for PK phone numbers
1 parent e48449b commit 062e394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/validators.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7954,7 +7954,6 @@ describe('Validators', () => {
79547954
'00923001234567',
79557955
'923001234567',
79567956
'03001234567',
7957-
'3001234567',
79587957
],
79597958
invalid: [
79607959
'+3001234567',
@@ -7964,6 +7963,7 @@ describe('Validators', () => {
79647963
'030012345672',
79657964
'30012345673',
79667965
'0030012345673',
7966+
'3001234567',
79677967
],
79687968
},
79697969
];

0 commit comments

Comments
 (0)