From 507df55b4c7ac4e74b8765b7b1cee324899142f2 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Thu, 5 Jan 2023 16:45:25 +0100 Subject: [PATCH] Update test name --- tests/PrefixCacheBootstrapperTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PrefixCacheBootstrapperTest.php b/tests/PrefixCacheBootstrapperTest.php index c02a0b0d..d884fc55 100644 --- a/tests/PrefixCacheBootstrapperTest.php +++ b/tests/PrefixCacheBootstrapperTest.php @@ -152,7 +152,7 @@ test('cache base prefix is customizable', function () { ->toBe(app('cache.store')->getPrefix()); }); -test('prefix separate cache well enough using CacheManager dependency injection', function () { +test('cache is prefixed correctly when using a repository injected in a singleton', function () { $this->app->singleton(CacheService::class); app()->make(CacheService::class)->handle();