From fafd0822617f8f88d5557339890b0fba6afecc45 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Tue, 31 Mar 2026 16:19:43 +0200 Subject: [PATCH] Fix typo in test --- tests/BroadcastingTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/BroadcastingTest.php b/tests/BroadcastingTest.php index 4455bfe9..5601fa20 100644 --- a/tests/BroadcastingTest.php +++ b/tests/BroadcastingTest.php @@ -237,7 +237,7 @@ test('broadcasting channel helpers register channels correctly', function() { expect($tenantChannelClosure($centralUser, $tenant->getTenantKey(), $tenantUser->name))->toBeFalse(); expect($tenantChannelClosure($tenantUser, $tenant->getTenantKey(), $tenantUser->name))->toBeTrue(); - // Use a new channel instance to delete the previously registered channels before testing the univeresal_channel helper + // Use a new channel instance to delete the previously registered channels before testing the universal_channel helper $broadcastManager->purge($driver); $broadcastManager->extend($driver, fn () => new NullBroadcaster);