mirror of
https://github.com/immich-app/immich.git
synced 2026-02-28 09:38:43 +03:00
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:
@@ -295,7 +295,7 @@ describe(MetadataService.name, () => {
|
|||||||
id: asset.id,
|
id: asset.id,
|
||||||
duration: null,
|
duration: null,
|
||||||
fileCreatedAt: asset.fileCreatedAt,
|
fileCreatedAt: asset.fileCreatedAt,
|
||||||
fileModifiedAt: asset.fileCreatedAt,
|
fileModifiedAt: asset.fileModifiedAt,
|
||||||
localDateTime: asset.fileCreatedAt,
|
localDateTime: asset.fileCreatedAt,
|
||||||
width: null,
|
width: null,
|
||||||
height: null,
|
height: null,
|
||||||
|
|||||||
Reference in New Issue
Block a user