1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 19:24:02 +00:00

Delete assertion

This commit is contained in:
lukinovec 2023-06-22 12:29:29 +02:00
parent 083ecff791
commit 8106e60aeb

View file

@ -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());
});