diff --git a/tests/PrefixCacheBootstrapperTest.php b/tests/PrefixCacheBootstrapperTest.php index da4800da..c4588c92 100644 --- a/tests/PrefixCacheBootstrapperTest.php +++ b/tests/PrefixCacheBootstrapperTest.php @@ -34,7 +34,7 @@ afterEach(function () { PrefixCacheTenancyBootstrapper::$tenantCacheStores = []; PrefixCacheTenancyBootstrapper::$prefixGenerator = null; - TenancyCacheManager::$addTags = true; + TenancyCacheManager::$addTags = false; }); test('Tenancy overrides CacheManager', function() {