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 1c9dd2d commit f738250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/OrderCouponTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function setUp(): void
parent::setUp();
ShopTest::setConfiguration();

Config::inst()->update(OrderCoupon::class, 'minimum_code_length', null);
Config::inst()->merge(OrderCoupon::class, 'minimum_code_length', null);

$this->socks = $this->objFromFixture(Product::class, 'socks');
$this->socks->publishRecursive();
Expand Down

0 comments on commit f738250

Please sign in to comment.