Skip to content

Commit 660ce38

Browse files
committed
AC-7585:: Fix for testConfigurableProductWithVariantsHavingSpecialAndTierPrices
1 parent 412a4ae commit 660ce38

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
@@ -1230,7 +1230,7 @@ private function assertPrices($expectedPrices, $actualPrices, $currency = 'USD')
12301230
$this->assertEqualsWithDelta(
12311231
$expected['discount']['percent_off'],
12321232
$actual['discount']['percent_off'],
1233-
self::EPSILON);
1233+
self::EPSILON);
12341234
}
12351235
}
12361236

0 commit comments

Comments
 (0)