From 81f3575fb7c7abaa45155dc863dcfef38e94f35b Mon Sep 17 00:00:00 2001 From: Yaros Date: Mon, 3 Aug 2026 18:11:56 +0200 Subject: [PATCH] test: missing updatedAt --- server/test/small.factory.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/test/small.factory.ts b/server/test/small.factory.ts index ae83727d70..7ef41c2f5e 100644 --- a/server/test/small.factory.ts +++ b/server/test/small.factory.ts @@ -210,10 +210,12 @@ const assetOcrFactory = ( textScore?: number; text?: string; isVisible?: boolean; + updatedAt?: Date; } = {}, ) => ({ id: newUuid(), updateId: newUuidV7(), + updatedAt: newDate(), assetId: newUuid(), x1: 0.1, y1: 0.2,