Skip to content

Commit 8e9c933

Browse files
author
GlennJenkins
committed
Fix unit test.
1 parent 5707ebf commit 8e9c933

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Omnipay/DataCash/GatewayTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public function setUp()
2222
'lastName' => 'User',
2323
'number' => '4111111111111111',
2424
'expiryMonth' => '12',
25-
'expiryYear' => '2016',
25+
'expiryYear' => '2025',
2626
'cvv' => '123',
2727
'issueNumber' => '5',
2828
'startMonth' => '4',

0 commit comments

Comments
 (0)