Skip to content

Commit 0cb3243

Browse files
committed
AC-6762-v1::Fixed the static tests
1 parent eca6ec2 commit 0cb3243

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,11 +1226,13 @@ private function assertPrices($expectedPrices, $actualPrices, $currency = 'USD')
12261226
$this->assertEqualsWithDelta(
12271227
$expected['discount']['amount_off'],
12281228
$actual['discount']['amount_off'],
1229-
self::EPSILON);
1229+
self::EPSILON
1230+
);
12301231
$this->assertEqualsWithDelta(
12311232
$expected['discount']['percent_off'],
12321233
$actual['discount']['percent_off'],
1233-
self::EPSILON);
1234+
self::EPSILON
1235+
);
12341236
}
12351237
}
12361238

0 commit comments

Comments
 (0)