From 40992e0a864422e6e5d9787c3d894287f903055b Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 26 Oct 2022 10:10:12 +0200 Subject: [PATCH] Remove `Tenant::query()->delete()` from pending tenant check test --- tests/PendingTenantsTest.php | 2 -- 1 file changed, 2 deletions(-) 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();