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:
parent
d80fed1468
commit
af14d403c5
2 changed files with 1 additions and 2 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue