1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-05-06 17:04:04 +00:00

Fix typo in test

This commit is contained in:
lukinovec 2026-03-31 16:19:43 +02:00
parent 2ecc94d8e8
commit fafd082261

View file

@ -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);