Skip to content

Commit 940a6a4

Browse files
authored
Stabilize multishipping test with Magento inventory
1 parent a0c061e commit 940a6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Multishipping/Fixtures/quote_with_configurable_product.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
$objectManager = Bootstrap::getObjectManager();
2323

2424
$product = $productRepository->getById(10);
25-
$product->setStockData(['use_config_manage_stock' => 1, 'qty' => 2, 'is_qty_decimal' => 0, 'is_in_stock' => 1]);
25+
$product->setStockData(['use_config_manage_stock' => 1, 'qty' => 4, 'is_qty_decimal' => 0, 'is_in_stock' => 1]);
2626
$productRepository->save($product);
2727

2828
/** @var Quote $quote */

0 commit comments

Comments
 (0)