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,