From 1409d72dab26144c0c3a8a0c418f383b03353faf Mon Sep 17 00:00:00 2001 From: lukinovec Date: Sun, 12 Jul 2026 12:49:03 +0200 Subject: [PATCH] Make test name more specific --- tests/Bootstrappers/BroadcastingConfigBootstrapperTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Bootstrappers/BroadcastingConfigBootstrapperTest.php b/tests/Bootstrappers/BroadcastingConfigBootstrapperTest.php index e746c278..863d2936 100644 --- a/tests/Bootstrappers/BroadcastingConfigBootstrapperTest.php +++ b/tests/Bootstrappers/BroadcastingConfigBootstrapperTest.php @@ -212,7 +212,7 @@ test('tenant broadcast manager receives the custom driver creators of the centra expect(array_keys(invade(app(BroadcastManager::class))->customCreators))->toEqualCanonicalizing($originalDrivers); }); -test('tenant broadcasters receive the channels from the broadcaster bound in central context', function () { +test('tenant broadcasters receive the channel auth closures from the broadcaster bound in central context', function () { config([ 'tenancy.bootstrappers' => [BroadcastingConfigBootstrapper::class], 'broadcasting.default' => 'testing',