From 2901d0190c974a065c65a671c6a891fd1b5b1b9f Mon Sep 17 00:00:00 2001 From: Abrar Ahmad Date: Tue, 29 Nov 2022 18:11:10 +0500 Subject: [PATCH] remove unused line --- tests/PrefixCacheBootstrapperTest.php | 1 - 1 file changed, 1 deletion(-) 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())