Skip to content

Commit 9030828

Browse files
committed
Fix linter errors
1 parent 91cca92 commit 9030828

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

test/validators.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6261,15 +6261,15 @@ describe('Validators', () => {
62616261
'+5926121234',
62626262
'06121234',
62636263
'06726381',
6264-
'+5926726381'
6264+
'+5926726381',
62656265
],
62666266
invalid: [
62676267
'5926121234',
62686268
'6121234',
62696269
'+592 6121234',
62706270
'05926121234',
6271-
'+592-6121234'
6272-
]
6271+
'+592-6121234',
6272+
],
62736273
},
62746274
{
62756275
locale: 'en-HK',

0 commit comments

Comments
 (0)