Update year in validateCardExpiry test
This commit is contained in:
parent
9e7e62c1e7
commit
b27aa8e724
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ describe('CreditCardTypeManager', () => {
|
|||
|
||||
})
|
||||
it('should support year shorthand', () => {
|
||||
expect(cc.validateCardExpiry('05', '20')).toBeTruthy()
|
||||
expect(cc.validateCardExpiry('05', '25')).toBeTruthy()
|
||||
})
|
||||
})
|
||||
describe('Validating a CVC number', () => {
|
||||
|
|
Loading…
Reference in a new issue