fix "should migrate single moving picture" test failing on European system timezone
This commit is contained in:
Vendored
+2
@@ -467,6 +467,7 @@ export const assetStub = {
|
|||||||
library: libraryStub.uploadLibrary1,
|
library: libraryStub.uploadLibrary1,
|
||||||
exifInfo: {
|
exifInfo: {
|
||||||
fileSizeInByte: 100_000,
|
fileSizeInByte: 100_000,
|
||||||
|
timeZone: `America/New_York`,
|
||||||
},
|
},
|
||||||
} as AssetEntity),
|
} as AssetEntity),
|
||||||
|
|
||||||
@@ -483,6 +484,7 @@ export const assetStub = {
|
|||||||
library: libraryStub.uploadLibrary1,
|
library: libraryStub.uploadLibrary1,
|
||||||
exifInfo: {
|
exifInfo: {
|
||||||
fileSizeInByte: 25_000,
|
fileSizeInByte: 25_000,
|
||||||
|
timeZone: `America/New_York`,
|
||||||
},
|
},
|
||||||
} as AssetEntity),
|
} as AssetEntity),
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user