From 582243c53f79bd776837306a540a9440e22a7bcb Mon Sep 17 00:00:00 2001 From: lukinovec Date: Tue, 29 Jul 2025 13:22:02 +0200 Subject: [PATCH] Clarify test name --- tests/Bootstrappers/LogTenancyBootstrapperTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Bootstrappers/LogTenancyBootstrapperTest.php b/tests/Bootstrappers/LogTenancyBootstrapperTest.php index 906a81ef..e5282b9a 100644 --- a/tests/Bootstrappers/LogTenancyBootstrapperTest.php +++ b/tests/Bootstrappers/LogTenancyBootstrapperTest.php @@ -32,7 +32,7 @@ afterEach(function () { LogTenancyBootstrapper::$storagePathChannels = ['single', 'daily']; }); -test('storage path channels get tenant-specific paths', function () { +test('storage path channels get tenant-specific paths by default', function () { // Note that for LogTenancyBootstrapper to change the paths correctly, // the bootstrapper MUST run after FilesystemTenancyBootstrapper. config([