From f09d30aff65845aa0001653ddd23651689583982 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 11 Jan 2023 07:22:26 +0100 Subject: [PATCH] Add withTenantDatabases to test --- tests/QueueTest.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/QueueTest.php b/tests/QueueTest.php index 158daf20..f88b3934 100644 --- a/tests/QueueTest.php +++ b/tests/QueueTest.php @@ -160,6 +160,8 @@ test('tenancy is initialized when retrying jobs', function (bool $shouldEndTenan })->with([true, false]); test('the tenant used by the job doesnt change when the current tenant changes', function () { + withTenantDatabases(); + $tenant1 = Tenant::create([ 'id' => 'acme', ]);