mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-06 07:34:02 +00:00
Rename the pending tenant check test name
This commit is contained in:
parent
40992e0a86
commit
d81d141ed4
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ test('CreatePendingTenants commands all option overrides any config constraints'
|
||||||
expect(Tenant::onlyPending()->count())->toBe(0);
|
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();
|
expect(Tenant::onlyPending()->exists())->toBeFalse();
|
||||||
|
|
||||||
Tenant::createPending();
|
Tenant::createPending();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue