Skip to content

Commit d902872

Browse files
committed
MAGETWO-71393: Incorrect catalog rule price for bundle product with custom option
1 parent 09ece03 commit d902872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Test/Unit/Pricing/Price/CustomOptionPriceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ protected function getOptionValueMock($price)
307307
->disableOriginalConstructor()
308308
->setMethods(['getValue'])
309309
->getMockForAbstractClass();
310-
$priceMock->method('getValue')->willReturn($price );
310+
$priceMock->method('getValue')->willReturn($price);
311311

312312
$this->priceInfo->method('getPrice')->willReturn($priceMock);
313313

0 commit comments

Comments
 (0)