Skip to content

Commit

Permalink
Merge pull request #321 from recurly/version-3_1_1-test-fix
Browse files Browse the repository at this point in the history
fix test that is now failing because expiry isn’t a future date anymore
  • Loading branch information
snodgrass23 authored Feb 9, 2017
2 parents 0a6babb + aace115 commit 92ecf41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/validate.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe('Recurly.validate', function () {
});

it('should return true for leading zeros', function() {
assert(true === recurly.validate.expiry('01', '16'));
assert(true === recurly.validate.expiry('01', '20'));
});

it('should return false for invalid dates', function() {
Expand Down

0 comments on commit 92ecf41

Please sign in to comment.