We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca3575f commit 862ab89Copy full SHA for 862ab89
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/CartPromotionsTest.php
@@ -434,7 +434,10 @@ public function testCartPromotionsFixedDiscountNotHigherThanProductsPrice()
434
]
435
);
436
}
437
- $this->assertEquals($response['cart']['prices']['discounts'][0]['amount']['value'], $sumOfPricesForBothProducts);
+ $this->assertEquals(
438
+ $response['cart']['prices']['discounts'][0]['amount']['value'],
439
+ $sumOfPricesForBothProducts
440
+ );
441
442
443
/**
0 commit comments