From d81d141ed4395dc693e5169a1d233088834e0b84 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 26 Oct 2022 10:10:48 +0200 Subject: [PATCH] Rename the pending tenant check test name --- tests/PendingTenantsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PendingTenantsTest.php b/tests/PendingTenantsTest.php index 0a71b481..4587aba2 100644 --- a/tests/PendingTenantsTest.php +++ b/tests/PendingTenantsTest.php @@ -84,7 +84,7 @@ test('CreatePendingTenants commands all option overrides any config constraints' expect(Tenant::onlyPending()->count())->toBe(0); }); -test('tenancy can check for pending tenants', function () { +test('tenancy can check if there are any pending tenants', function () { expect(Tenant::onlyPending()->exists())->toBeFalse(); Tenant::createPending();