Skip to content

Commit d666dcc

Browse files
authored
ENGCOM-5463: Fix quote fixture. #23762
2 parents ee77f48 + da13b7a commit d666dcc

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Sales/_files

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Sales/_files/quote.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
$quote->collectTotals();
5757

5858
$quoteRepository = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()
59-
->create(\Magento\Quote\Api\CartRepositoryInterface::class);
59+
->get(\Magento\Quote\Api\CartRepositoryInterface::class);
6060
$quoteRepository->save($quote);
6161

6262
/** @var \Magento\Quote\Model\QuoteIdMask $quoteIdMask */

0 commit comments

Comments
 (0)