1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 09:34:05 +00:00

Update include in queries test name

This commit is contained in:
lukinovec 2022-10-26 09:49:13 +02:00 committed by GitHub
parent a667fd1e66
commit 512da96674
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
});
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();
config(['tenancy.pending.include_in_queries' => false]);