From b0e6a496c90716bf8ec893087456be3331dff279 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Fri, 28 Oct 2022 10:47:57 +0200 Subject: [PATCH] Remove redundant `Tenant::all()` call --- tests/PendingTenantsTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/PendingTenantsTest.php b/tests/PendingTenantsTest.php index 1480dd27..8dbda9ee 100644 --- a/tests/PendingTenantsTest.php +++ b/tests/PendingTenantsTest.php @@ -126,7 +126,6 @@ test('pending tenants are included in all queries based on the include_in_querie config(['tenancy.pending.include_in_queries' => true]); expect(Tenant::all()->count())->toBe(1); - Tenant::all(); }); test('pending events are dispatched', function () {