fix: bad field paste in metadata.service.spec (#26329)

Caused https://github.com/immich-app/immich/actions/runs/22153269773/job/64050176244 to flake
This commit is contained in:
bo0tzz
2026-02-18 22:04:32 +01:00
committed by GitHub
parent 2e59dbdc12
commit ee7ac09450

View File

@@ -295,7 +295,7 @@ describe(MetadataService.name, () => {
id: asset.id,
duration: null,
fileCreatedAt: asset.fileCreatedAt,
fileModifiedAt: asset.fileCreatedAt,
fileModifiedAt: asset.fileModifiedAt,
localDateTime: asset.fileCreatedAt,
width: null,
height: null,