mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 07:44:04 +00:00
simplify comment
This commit is contained in:
parent
d42e59b2a7
commit
796128d9ea
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ test('manual tenancy initialization works', function () {
|
|||
|
||||
tenancy()->initialize($tenant);
|
||||
|
||||
// Use the `tenant` connection to make sure the connection is useable and `tenant` connection is created inside the `db` class
|
||||
// Trigger creation of the tenant connection
|
||||
createUsersTable();
|
||||
|
||||
expect(app('db')->getDefaultConnection())->toBe('tenant');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue