Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hammad20120 committed Oct 12, 2021
1 parent a7261d7 commit 9c23db6
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 @@ -7957,13 +7957,13 @@ describe('Validators', () => {
'3001234567',
],
invalid: [
'+3001234567' ,
'+3001234567',
'+933001234567',
'+924001234567',
'+92300123456720',
'030012345672',
'30012345673',
'0030012345673'
'0030012345673',
],
},
];
Expand Down

0 comments on commit 9c23db6

Please sign in to comment.