Skip to content

Commit

Permalink
remove invalid number blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaschaaf committed Nov 15, 2021
1 parent bbddc7b commit a107753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/validators.js
Original file line number Diff line number Diff line change
Expand Up @@ -6217,8 +6217,6 @@ describe('Validators', () => {
'01631234567',
'01701234567',
'017612345678',
'015345678910',
'015412345678',
],
invalid: [
'+4930405044550',
Expand All @@ -6230,6 +6228,8 @@ describe('Validators', () => {
'17012345678',
'+4912345678910',
'+49015123456789',
'015345678910',
'015412345678',
],
},
{
Expand Down

0 comments on commit a107753

Please sign in to comment.