test: fix asset.service test

This commit is contained in:
Yaros 2026-03-24 13:44:51 +01:00
parent 9a770cf82c
commit 4aa45bfae9

View File

@ -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,