mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 19:54:04 +00:00
Remove Tenant::query()->delete() from pending tenant check test
This commit is contained in:
parent
512da96674
commit
40992e0a86
1 changed files with 0 additions and 2 deletions
|
|
@ -85,8 +85,6 @@ test('CreatePendingTenants commands all option overrides any config constraints'
|
|||
});
|
||||
|
||||
test('tenancy can check for pending tenants', function () {
|
||||
Tenant::query()->delete();
|
||||
|
||||
expect(Tenant::onlyPending()->exists())->toBeFalse();
|
||||
|
||||
Tenant::createPending();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue