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

Rename the pending tenant check test name

This commit is contained in:
lukinovec 2022-10-26 10:10:48 +02:00 committed by GitHub
parent 40992e0a86
commit d81d141ed4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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();