From de830999d4e34a3f96911bdd6ad76e336a809bb5 Mon Sep 17 00:00:00 2001 From: Anders Olsson Date: Thu, 4 Jun 2026 12:32:23 +0200 Subject: [PATCH] test(web): embed highlight sentinels in search fixture snippet --- web/src/test/fixtures.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/test/fixtures.ts b/web/src/test/fixtures.ts index 2c10b42..1fcd269 100644 --- a/web/src/test/fixtures.ts +++ b/web/src/test/fixtures.ts @@ -72,7 +72,7 @@ export const searchHits: SearchHitView[] = [ object_name: "Bronze figurine", brief_description: "A small cast figure.", visibility: "public", - snippet: "cast bronze with green patina", + snippet: "cast bronze with green patina", }, ...Array.from({ length: 24 }, (_, i) => ({ id: `s-${i + 2}`,