1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 11:14:03 +00:00

Remove Tenant::query()->delete() from pending tenant check test

This commit is contained in:
lukinovec 2022-10-26 10:10:12 +02:00
parent 512da96674
commit 40992e0a86

View file

@ -85,8 +85,6 @@ test('CreatePendingTenants commands all option overrides any config constraints'
});
test('tenancy can check for pending tenants', function () {
Tenant::query()->delete();
expect(Tenant::onlyPending()->exists())->toBeFalse();
Tenant::createPending();