Skip to content

Commit

Permalink
Update validators.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
amaliacatalina committed Sep 7, 2023
1 parent 6b19c30 commit f66253a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/validators.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2926,11 +2926,11 @@ describe('Validators', () => {
validator: 'isPassportNumber',
args: ['AZ'],
valid: [
'AZE16175905',
'AA1617595',
'A16175905',
'A16175958',
],
invalid: [
'A12345843',
'AZ1234584',
],
});

Expand Down

0 comments on commit f66253a

Please sign in to comment.