Skip to content

Commit acc3f0a

Browse files
authored
Update ProductPriceTest.php for Unit test
1 parent a69b9a4 commit acc3f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog/ProductPriceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1225,7 +1225,7 @@ private function assertPrices($expectedPrices, $actualPrices, $currency = 'USD')
12251225
);
12261226
$this->assertEqualsWithDelta(
12271227
$expected['discount']['amount_off'],
1228-
($actual['regular_price']['value'] - round($actual['final_price']['value'],2)),
1228+
($actual['regular_price']['value'] - round($actual['final_price']['value'], 2)),
12291229
self::EPSILON
12301230
);
12311231
$this->assertEqualsWithDelta(

0 commit comments

Comments
 (0)