diff --git a/tests/PrefixCacheBootstrapperTest.php b/tests/PrefixCacheBootstrapperTest.php index 1e714e58..603cba43 100644 --- a/tests/PrefixCacheBootstrapperTest.php +++ b/tests/PrefixCacheBootstrapperTest.php @@ -21,7 +21,6 @@ beforeEach(function () { test('cache prefix is separate for each tenant', function () { $originalPrefix = config('cache.prefix') . ':'; - cache()->set('key', 'original-value'); expect($originalPrefix) ->toBe(app('cache')->getPrefix())