Skip to content

Commit

Permalink
fix failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
wernerkrauss committed Feb 20, 2024
1 parent f738250 commit d7c11f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ProductTypeDiscountConstraintTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public function setUp(): void
{
parent::setUp();
ShopTest::setConfiguration();
Config::inst()->update(Discount::class, 'constraints',
Config::inst()->merge(Discount::class, 'constraints',
[
'ProductTypeDiscountConstraint'
]
Expand Down

0 comments on commit d7c11f9

Please sign in to comment.