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

Delete extra newline

This commit is contained in:
lukinovec 2025-06-03 14:11:25 +02:00
parent 6360a75d6d
commit 880622877d

View file

@ -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. // This causes it to attempt creating a duplicate, which violates unique constraints.
pest()->expectException(QueryException::class); pest()->expectException(QueryException::class);
pest()->expectExceptionMessage('Duplicate entry'); pest()->expectExceptionMessage('Duplicate entry');
} }
// This should sync to the existing central user, not create a duplicate // This should sync to the existing central user, not create a duplicate