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', ]);