diff --git a/tests/PendingTenantsTest.php b/tests/PendingTenantsTest.php index 6363ba9c..2a74b794 100644 --- a/tests/PendingTenantsTest.php +++ b/tests/PendingTenantsTest.php @@ -110,7 +110,7 @@ test('pulling a tenant from the pending tenant pool removes it from the pool', f expect(Tenant::onlyPending()->count())->toEqual(0); }); -test('tenancy can create if none are pending', function () { +test('a new tenant can get created while pulling a pending tenant from the pool if the pool is empty', function () { expect(Tenant::all()->count())->toBe(0); Tenant::pullPending();