mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 15:14:04 +00:00
Update pending tenant pulling test
This commit is contained in:
parent
e20c391897
commit
a13384dede
1 changed files with 3 additions and 1 deletions
|
|
@ -95,7 +95,9 @@ test('tenancy can check for pending tenants', function () {
|
||||||
});
|
});
|
||||||
|
|
||||||
test('tenancy can pull a pending tenant', function () {
|
test('tenancy can pull a pending tenant', function () {
|
||||||
expect(Tenant::pullPending())->toBeInstanceOf(Tenant::class);
|
Tenant::createPending();
|
||||||
|
|
||||||
|
expect(Tenant::pullPendingFromPool())->toBeInstanceOf(Tenant::class);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('pulling a tenant from the pending tenant pool removes it from the pool', function () {
|
test('pulling a tenant from the pending tenant pool removes it from the pool', function () {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue