mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue