Skip to content

Commit 616b172

Browse files
author
Maksym Aposov
committed
MAGETWO-36825: We don't have as many "conf1" as you requested. message appears after update for configurable product with qty 1 for variation
1 parent 6251ce7 commit 616b172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Quote/Model/QuoteTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ public function testAddProductUpdateItem()
311311
$this->setExpectedException(
312312
'\Magento\Framework\Exception\LocalizedException',
313313
'We don\'t have as many "Simple Product" as you requested.'
314-
);
314+
);
315315
$updateParams['qty'] = $productStockQty + 1;
316316
$quote->updateItem($updateParams['id'], $updateParams);
317317
}

0 commit comments

Comments
 (0)