Skip to content

Commit da13b7a

Browse files
ENGCOM-5463: Fix quote fixture. #23762
- Merge Pull Request #23762 from swnsma/magento2-1:Fix-Quote-Fixture - Merged commits: 1. f1a6264
2 parents 2e7f039 + f1a6264 commit da13b7a

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)