Skip to content

Commit aa04eca

Browse files
author
Stanislav Idolov
committed
MAGETWO-43446: Clean Up \Magento\Quote\Api\Data\PaymentInterface
1 parent 59c7ab5 commit aa04eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Quote/Test/Unit/Model/Quote/PaymentTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function yearValueDataProvider()
4343
return [
4444
[null, null],
4545
[0, null],
46-
['0', null],
46+
['0', 0],
4747
[1939, 1939],
4848
];
4949
}

0 commit comments

Comments
 (0)