diff --git a/server/test/small.factory.ts b/server/test/small.factory.ts index e4001d18ab..656d023bae 100644 --- a/server/test/small.factory.ts +++ b/server/test/small.factory.ts @@ -200,6 +200,7 @@ const assetSidecarWriteFactory = () => { const assetOcrFactory = ( ocr: { id?: string; + updateId?: string; assetId?: string; x1?: number; y1?: number; @@ -216,6 +217,7 @@ const assetOcrFactory = ( } = {}, ) => ({ id: newUuid(), + updateId: newUuidV7(), assetId: newUuid(), x1: 0.1, y1: 0.2,