mirror of
https://github.com/immich-app/immich.git
synced 2026-02-19 09:40:13 -05: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:
parent
2e59dbdc12
commit
ee7ac09450
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user