From 796128d9eac86df6b2f01f2c2345a11081c5ca80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 25 Nov 2022 03:08:27 +0100 Subject: [PATCH] simplify comment --- tests/ManualModeTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ManualModeTest.php b/tests/ManualModeTest.php index 23951a07..fe1ba9a6 100644 --- a/tests/ManualModeTest.php +++ b/tests/ManualModeTest.php @@ -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');