We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6251ce7 commit 616b172Copy full SHA for 616b172
dev/tests/integration/testsuite/Magento/Quote/Model/QuoteTest.php
@@ -311,7 +311,7 @@ public function testAddProductUpdateItem()
311
$this->setExpectedException(
312
'\Magento\Framework\Exception\LocalizedException',
313
'We don\'t have as many "Simple Product" as you requested.'
314
- );
+ );
315
$updateParams['qty'] = $productStockQty + 1;
316
$quote->updateItem($updateParams['id'], $updateParams);
317
}
0 commit comments