Skip to content

Commit 8afca5a

Browse files
committed
Merge remote-tracking branch 'origin/AC-7585' into AC-6762-v1
2 parents 81ccb78 + 73b6576 commit 8afca5a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/CartPromotionsTest.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@
2323
*/
2424
class CartPromotionsTest extends GraphQlAbstract
2525
{
26+
/**
27+
* @var float
28+
*/
29+
private const EPSILON = 0.0000000001;
30+
2631
/**
2732
* Test adding single cart rule to multiple products in a cart
2833
*
2934
* @magentoApiDataFixture Magento/Catalog/_files/multiple_products.php
3035
* @magentoApiDataFixture Magento/SalesRule/_files/rules_category.php
3136
*/
3237

33-
/**
34-
* @var float
35-
*/
36-
private const EPSILON = 0.0000000001;
37-
3838
public function testCartPromotionSingleCartRule()
3939
{
4040
$skus =['simple1', 'simple2'];

0 commit comments

Comments
 (0)