diff --git a/tests/PendingTenantsTest.php b/tests/PendingTenantsTest.php index d14490b5..0a71b481 100644 --- a/tests/PendingTenantsTest.php +++ b/tests/PendingTenantsTest.php @@ -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();