From 0216e5e80f0004f05db2a7f4ad39e86801cdf85b Mon Sep 17 00:00:00 2001 From: "vadim.malesh" Date: Tue, 18 Feb 2020 16:24:17 +0200 Subject: [PATCH] fix integration test --- .../Pricing/Render/CombinationWithDifferentTypePricesTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev/tests/integration/testsuite/Magento/Catalog/Pricing/Render/CombinationWithDifferentTypePricesTest.php b/dev/tests/integration/testsuite/Magento/Catalog/Pricing/Render/CombinationWithDifferentTypePricesTest.php index 6baaf4940f94f..5b55bb32ce669 100644 --- a/dev/tests/integration/testsuite/Magento/Catalog/Pricing/Render/CombinationWithDifferentTypePricesTest.php +++ b/dev/tests/integration/testsuite/Magento/Catalog/Pricing/Render/CombinationWithDifferentTypePricesTest.php @@ -171,7 +171,7 @@ public function tierPricesForAllCustomerGroupsDataProvider(): array [ ['customer_group_id' => Group::CUST_GROUP_ALL, 'qty' => 2, 'percent_value' => 70], ], - ['qty' => 2, 'price' => 3.00, 'percent' => 70], + ['qty' => 2, 'price' => 3.00, 'percent' => 50], ], 'fixed_tier_price_with_qty_1_is_lower_than_special' => [ 5, @@ -313,7 +313,7 @@ public function catalogRulesDataProvider(): array [ ['customer_group_id' => Group::CUST_GROUP_ALL, 'qty' => 2, 'percent_value' => 70], ], - ['qty' => 2, 'price' => 3.00, 'percent' => 70], + ['qty' => 2, 'price' => 3.00, 'percent' => 25], ], 'fixed_catalog_rule_price_lower_than_tier_price' => [ 2,