mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
test: fix asset.service test
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user