From 880622877d7894d1140765080691bd653d3735c8 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Tue, 3 Jun 2025 14:11:25 +0200 Subject: [PATCH] Delete extra newline --- tests/ResourceSyncingTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/ResourceSyncingTest.php b/tests/ResourceSyncingTest.php index 4554c1db..4fbf1e47 100644 --- a/tests/ResourceSyncingTest.php +++ b/tests/ResourceSyncingTest.php @@ -1242,7 +1242,6 @@ test('scopeGetModelQuery can make resource syncing work with global scopes', fun // This causes it to attempt creating a duplicate, which violates unique constraints. pest()->expectException(QueryException::class); pest()->expectExceptionMessage('Duplicate entry'); - } // This should sync to the existing central user, not create a duplicate