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

simplify comment

This commit is contained in:
Samuel Štancl 2022-11-25 03:08:27 +01:00 committed by GitHub
parent d42e59b2a7
commit 796128d9ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');