diff --git a/tests/QueueTest.php b/tests/QueueTest.php index 9450db91..00678876 100644 --- a/tests/QueueTest.php +++ b/tests/QueueTest.php @@ -206,8 +206,6 @@ test('tenant connections do not persist after tenant jobs get processed', functi pest()->artisan('queue:work --once'); - expect(tenancy()->initialized)->toBeFalse(); - expect(collect(DB::select('SHOW FULL PROCESSLIST'))->pluck('db'))->not()->toContain($tenant->database()->getName()); });