Skip to content

Commit 0754f3c

Browse files
MAGETWO-64669: Performance degradation for bundle product if price view set as from..to
1 parent 9322417 commit 0754f3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Bundle/Test/Unit/Model/Product/TypeTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2246,7 +2246,8 @@ public function testIsSalableWithNonSalableRequiredOptions()
22462246
$this->bundleCollection->expects($this->exactly(2))
22472247
->method('create')
22482248
->will($this->onConsecutiveCalls(
2249-
$selectionCollectionMock1, $selectionCollectionMock2
2249+
$selectionCollectionMock1,
2250+
$selectionCollectionMock2
22502251
));
22512252

22522253
$product = new \Magento\Framework\DataObject(

0 commit comments

Comments
 (0)