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:
parent
2ecc94d8e8
commit
fafd082261
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@ test('broadcasting channel helpers register channels correctly', function() {
|
||||||
expect($tenantChannelClosure($centralUser, $tenant->getTenantKey(), $tenantUser->name))->toBeFalse();
|
expect($tenantChannelClosure($centralUser, $tenant->getTenantKey(), $tenantUser->name))->toBeFalse();
|
||||||
expect($tenantChannelClosure($tenantUser, $tenant->getTenantKey(), $tenantUser->name))->toBeTrue();
|
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->purge($driver);
|
||||||
$broadcastManager->extend($driver, fn () => new NullBroadcaster);
|
$broadcastManager->extend($driver, fn () => new NullBroadcaster);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue