mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 20:54:03 +00:00
Update include in queries test name
This commit is contained in:
parent
a667fd1e66
commit
512da96674
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ test('a new tenant gets created while pulling a pending tenant if the pending po
|
||||||
expect(Tenant::all()->count())->toBe(1);
|
expect(Tenant::all()->count())->toBe(1);
|
||||||
});
|
});
|
||||||
|
|
||||||
test('the include in queries global scope can include pending tenants in all queries', function () {
|
test('pending tenants are included in all queries based on the include_in_queries config', function () {
|
||||||
Tenant::createPending();
|
Tenant::createPending();
|
||||||
|
|
||||||
config(['tenancy.pending.include_in_queries' => false]);
|
config(['tenancy.pending.include_in_queries' => false]);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue