mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 18:14:04 +00:00
Make test name more accurate
This commit is contained in:
parent
c3fb301f9d
commit
d84f171b58
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
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);
|
expect(Tenant::all()->count())->toBe(0);
|
||||||
|
|
||||||
Tenant::pullPending();
|
Tenant::pullPending();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue