From 512da96674d00c8177cd253cd5ef83b093e7a99d Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 26 Oct 2022 09:49:13 +0200 Subject: [PATCH] Update include in queries test name --- tests/PendingTenantsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PendingTenantsTest.php b/tests/PendingTenantsTest.php index a00982f1..d14490b5 100644 --- a/tests/PendingTenantsTest.php +++ b/tests/PendingTenantsTest.php @@ -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]);