From 1fedf5253cf467ef7bef0d540ee9c41e575331fd Mon Sep 17 00:00:00 2001 From: Alex Groleau Date: Wed, 15 Jul 2026 01:52:13 -0400 Subject: [PATCH] test(queryer): update SQL expectations with LIMIT 1 on cover_attachment --- fixtures/queryer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fixtures/queryer.json b/fixtures/queryer.json index 93c08e9..5d790bb 100644 --- a/fixtures/queryer.json +++ b/fixtures/queryer.json @@ -2670,7 +2670,7 @@ " WHERE", " NOT entity_3.archived", " AND attachment_4.kind = 'cover'", - " AND attachment_4.attachable_id = entity_1.id", + " AND attachment_4.attachable_id = entity_1.id LIMIT 1", " ),", " 'cover_attachments', (", " SELECT COALESCE(jsonb_agg(jsonb_build_object(",