Skip to content

Commit a8d06dc

Browse files
committed
Fix failing tests due to hardcoded values
1 parent 845c7ac commit a8d06dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_helper.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def valid_three_d_secure_card
6969
last_name: 'YAMADA',
7070
number: '4123451111111117',
7171
month: '12',
72-
year: '2023',
72+
year: Time.now.year + 1,
7373
)
7474
end
7575

0 commit comments

Comments
 (0)