test: missing updatedAt

This commit is contained in:
Yaros 2026-08-03 18:11:56 +02:00
parent c9e6302610
commit 81f3575fb7

View file

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