Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mfkrause committed Oct 12, 2021
1 parent 91cca92 commit 9030828
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/validators.js
Original file line number Diff line number Diff line change
Expand Up @@ -6261,15 +6261,15 @@ describe('Validators', () => {
'+5926121234',
'06121234',
'06726381',
'+5926726381'
'+5926726381',
],
invalid: [
'5926121234',
'6121234',
'+592 6121234',
'05926121234',
'+592-6121234'
]
'+592-6121234',
],
},
{
locale: 'en-HK',
Expand Down

0 comments on commit 9030828

Please sign in to comment.