Skip to content

Commit 0216e5e

Browse files
fix integration test
1 parent 4680f70 commit 0216e5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Pricing/Render/CombinationWithDifferentTypePricesTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ public function tierPricesForAllCustomerGroupsDataProvider(): array
171171
[
172172
['customer_group_id' => Group::CUST_GROUP_ALL, 'qty' => 2, 'percent_value' => 70],
173173
],
174-
['qty' => 2, 'price' => 3.00, 'percent' => 70],
174+
['qty' => 2, 'price' => 3.00, 'percent' => 50],
175175
],
176176
'fixed_tier_price_with_qty_1_is_lower_than_special' => [
177177
5,
@@ -313,7 +313,7 @@ public function catalogRulesDataProvider(): array
313313
[
314314
['customer_group_id' => Group::CUST_GROUP_ALL, 'qty' => 2, 'percent_value' => 70],
315315
],
316-
['qty' => 2, 'price' => 3.00, 'percent' => 70],
316+
['qty' => 2, 'price' => 3.00, 'percent' => 25],
317317
],
318318
'fixed_catalog_rule_price_lower_than_tier_price' => [
319319
2,

0 commit comments

Comments
 (0)