From c0e292690515f8acc1a1f901ee93080c06a7e107 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Tue, 18 Apr 2023 09:49:44 +0200 Subject: [PATCH] Update comment --- tests/PrefixCacheBootstrapperTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PrefixCacheBootstrapperTest.php b/tests/PrefixCacheBootstrapperTest.php index c2baf0f0..adcd9503 100644 --- a/tests/PrefixCacheBootstrapperTest.php +++ b/tests/PrefixCacheBootstrapperTest.php @@ -370,7 +370,7 @@ test('stores get prefixed using the default way if no prefix generator is specif tenancy()->initialize($tenant); - // Other stores without a prefix generator use the default generator too + // All stores use the default way of generating the prefix when the prefix generator isn't specified expect($defaultPrefix . ':') ->toBe(app(PrefixCacheTenancyBootstrapper::class)->generatePrefix($tenant) . ':') ->toBe(cache()->getPrefix()) // Get prefix of the default store ('redis')