test: fix asset.service test

This commit is contained in:
Yaros
2026-03-24 13:44:51 +01:00
parent 9a770cf82c
commit 4aa45bfae9
+2
View File
@@ -200,6 +200,7 @@ const assetSidecarWriteFactory = () => {
const assetOcrFactory = ( const assetOcrFactory = (
ocr: { ocr: {
id?: string; id?: string;
updateId?: string;
assetId?: string; assetId?: string;
x1?: number; x1?: number;
y1?: number; y1?: number;
@@ -216,6 +217,7 @@ const assetOcrFactory = (
} = {}, } = {},
) => ({ ) => ({
id: newUuid(), id: newUuid(),
updateId: newUuidV7(),
assetId: newUuid(), assetId: newUuid(),
x1: 0.1, x1: 0.1,
y1: 0.2, y1: 0.2,