From 15d5460afbb3222034f31d4bfd1d1c660210343d Mon Sep 17 00:00:00 2001 From: Min Idzelis Date: Tue, 29 Apr 2025 13:52:00 +0000 Subject: [PATCH] test --- web/src/lib/utils/thumbnail-util.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/utils/thumbnail-util.spec.ts b/web/src/lib/utils/thumbnail-util.spec.ts index d0f1d30def..906c25b1cf 100644 --- a/web/src/lib/utils/thumbnail-util.spec.ts +++ b/web/src/lib/utils/thumbnail-util.spec.ts @@ -40,7 +40,7 @@ describe('getAltText', () => { 'generates correctly formatted alt text when isVideo=$isVideo, city=$city, country=$country, people=$people.length', ({ isVideo, city, country, people, expected }) => { const asset = { - text: { city, country, people: (people || [])?.map((p: { name: string }) => p.name) }, + description: { city, country, people: (people || [])?.map((p: { name: string }) => p.name) }, localDateTime: '2024-01-01T12:00:00.000Z', people, isVideo,