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

Delete extra newline, fix comment inconsistency

Use "userName" in the channel helper test's comment for consistency (the channel name uses "userName", the comment used "userId", fixed that)
This commit is contained in:
lukinovec 2026-07-10 15:54:27 +02:00
parent d80fed1468
commit af14d403c5
2 changed files with 1 additions and 2 deletions

View file

@ -310,7 +310,6 @@ test('mappings specified in credentialsMap override default mapPresets', functio
'broadcasting_key' => 'custom_value',
]);
tenancy()->initialize($tenant);
expect(config("broadcasting.connections.{$driver}.key"))->toBe('custom_value');