Skip to content

Commit 63c7fc9

Browse files
committed
#12970: Can't add grouped product, with out of stock sub product, to cart.
1 parent 40600b9 commit 63c7fc9

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/GroupedProduct/Model/Product/Type

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/GroupedProduct/Model/Product/Type/GroupedTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ public function outOfStockSubProductDataProvider()
203203
[
204204
[
205205
'sku' => 'virtual-product',
206-
'cart_qty' => 5
206+
'cart_qty' => 5,
207207
],
208208
[
209209
'sku' => 'simple',

0 commit comments

Comments
 (0)