From 517861506bb434bb600f3189d9b7d99e85ffdff1 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Wed, 22 Apr 2026 13:36:28 +0200 Subject: [PATCH] Test closure formatting Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- tests/PendingTenantsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PendingTenantsTest.php b/tests/PendingTenantsTest.php index 50081831..30b2bdd9 100644 --- a/tests/PendingTenantsTest.php +++ b/tests/PendingTenantsTest.php @@ -111,7 +111,7 @@ test('a new tenant gets created while pulling a pending tenant if the pending po expect(Tenant::withPending()->get()->count())->toBe(1); // All tenants }); -test('withoutPending chained with where clauses returns correct results', function() { +test('withoutPending chained with where clauses returns correct results', function () { $tenant = Tenant::create(); $pendingTenant = Tenant::createPending();