Skip to content

Commit 98f2c43

Browse files
author
Yu Tang
committed
MAGETWO-44075: Incorrect prices on product page for products with custom option
- Fixed static failures
1 parent 4d435bc commit 98f2c43

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Tax/Test/Unit/Model/Calculation/UnitBaseCalculatorTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ public function setUp()
7171
$this->mockCalculationTool->expects($this->any())
7272
->method('round')
7373
->withAnyParameters()
74-
->willReturnCallback(function ($price) {
74+
->willReturnCallback(
75+
function ($price) {
7576
return round($price, 2);
7677
}
7778
);

0 commit comments

Comments
 (0)