Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
engcom-Charlie committed Feb 18, 2020
1 parent 4680f70 commit 0216e5e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 0216e5e

Please sign in to comment.