mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
test: missing updatedAt
This commit is contained in:
parent
c9e6302610
commit
81f3575fb7
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue