Skip to content

Commit a107753

Browse files
committed
remove invalid number blocks
1 parent bbddc7b commit a107753

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/validators.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6217,8 +6217,6 @@ describe('Validators', () => {
62176217
'01631234567',
62186218
'01701234567',
62196219
'017612345678',
6220-
'015345678910',
6221-
'015412345678',
62226220
],
62236221
invalid: [
62246222
'+4930405044550',
@@ -6230,6 +6228,8 @@ describe('Validators', () => {
62306228
'17012345678',
62316229
'+4912345678910',
62326230
'+49015123456789',
6231+
'015345678910',
6232+
'015412345678',
62336233
],
62346234
},
62356235
{

0 commit comments

Comments
 (0)