1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-08-06 09:54:03 +00:00

Make test name more specific

This commit is contained in:
lukinovec 2026-07-12 12:49:03 +02:00
parent 4422df2e04
commit 1409d72dab

View file

@ -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',