1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2025-01-14 14:43:17 +08:00

fixing test

This commit is contained in:
Patrik J. Braun 2018-08-04 22:31:16 -04:00
parent 25dcf1cd36
commit 151a3782ac

View File

@ -36,7 +36,7 @@ describe('DiskMangerWorker', () => {
city: 'óüöúőűáé ÓÜÖÚŐŰÁ'
});
expect(dir.photos[0].metadata.creationDate).to.be.equals(1436610566000);
expect(dir.photos[0].metadata.creationDate).to.be.equals(1434018566000);
});