fix "should migrate single moving picture" test failing on European system timezone

This commit is contained in:
mgabor
2024-04-21 22:33:26 +02:00
parent 0f2cc0c8ca
commit 7393bc1d73

View File

@@ -467,6 +467,7 @@ export const assetStub = {
library: libraryStub.uploadLibrary1,
exifInfo: {
fileSizeInByte: 100_000,
timeZone: `America/New_York`,
},
} as AssetEntity),
@@ -483,6 +484,7 @@ export const assetStub = {
library: libraryStub.uploadLibrary1,
exifInfo: {
fileSizeInByte: 25_000,
timeZone: `America/New_York`,
},
} as AssetEntity),