Skip to content

Commit

Permalink
reset data config
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperTey committed Nov 18, 2024
1 parent 3eed572 commit 60e93a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Command/OptimizeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
describe('laravel optimize', function () {
beforeEach(function () {
$this->artisan('optimize:clear')->assertSuccessful()->execute();
config()->set('data.structure_caching.enabled', false);
});

afterEach(function () {
Expand Down

0 comments on commit 60e93a4

Please sign in to comment.