mirror of
https://github.com/immich-app/immich.git
synced 2026-04-25 10:29:56 -04:00
test: fix asset.service test
This commit is contained in:
parent
9a770cf82c
commit
4aa45bfae9
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user