Skip to content

Commit 528d001

Browse files
author
Dmytro Vilchynskyi
committed
MAGETWO-35091: UI improvements
- fixed tests
1 parent 0636eff commit 528d001

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Payment/Test/Unit/Block/Info

1 file changed

+1
-1
lines changed

app/code/Magento/Payment/Test/Unit/Block/Info/CcTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public function testGetCcExpDate($ccExpMonth, $ccExpYear)
157157
public function getCcExpDateDataProvider()
158158
{
159159
return [
160-
[3, 2015],
160+
[2, 2015],
161161
[12, 2011],
162162
[01, 2036]
163163
];

0 commit comments

Comments
 (0)