From b36f3ce4ee46836b47e29bc6190b2e6ad9f65c24 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 29 Oct 2025 13:36:55 +0100 Subject: [PATCH] Fix typo --- 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 55c68dfc..86b112f1 100644 --- a/tests/Bootstrappers/LogTenancyBootstrapperTest.php +++ b/tests/Bootstrappers/LogTenancyBootstrapperTest.php @@ -135,7 +135,7 @@ test('channel overrides work correctly with both arrays and closures', function expect(config('logging.channels.slack.username'))->toBe('Default'); // Not changed at all }); -test('channel config keys remains unchanged if the specified tenant override attribute is null', function() { +test('channel config keys remain unchanged if the specified tenant override attribute is null', function() { config(['logging.default' => 'slack']); config(['logging.channels.slack.username' => 'Default username']);