diff --git a/tests/BootstrapperTest.php b/tests/BootstrapperTest.php index 72ad55de..36614c34 100644 --- a/tests/BootstrapperTest.php +++ b/tests/BootstrapperTest.php @@ -54,10 +54,6 @@ beforeEach(function () { Event::listen(TenancyEnded::class, RevertToCentralContext::class); }); -afterEach(function () { - CacheManager::$addTags = false; -}); - test('database data is separated', function () { config(['tenancy.bootstrappers' => [ DatabaseTenancyBootstrapper::class,