Skip to content

Commit 5e81096

Browse files
committed
ACP2E-3403: Cart Price Rules Miscalculating Discount
1 parent baed3cf commit 5e81096

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Quote/Test/Unit/Model/Quote/Item/AbstractItemTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ public function testGetTotalDiscountAmount($expectedDiscountAmount, $children, $
5050
$this->assertEquals($expectedDiscountAmount, $totalDiscountAmount);
5151
}
5252

53-
protected function getMockForAbstractItem($childDiscountAmount) {
53+
protected function getMockForAbstractItem($childDiscountAmount)
54+
{
5455
$childItemMock = $this->getMockForAbstractClass(
5556
AbstractItem::class,
5657
[],

0 commit comments

Comments
 (0)