Skip to content

Commit 98c1d32

Browse files
committed
MAGETWO-37070: Increment Id doesn't set to quote
- Fixed unit test
1 parent e579325 commit 98c1d32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,8 @@ protected function getQuote(
651651
'getId',
652652
'getCustomer',
653653
'getAllItems',
654-
'getPayment'
654+
'getPayment',
655+
'reserveOrderId'
655656
],
656657
[],
657658
'',

0 commit comments

Comments
 (0)