You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-07-15 01:24:25 +02:00
fixing png test
This commit is contained in:
@ -8,8 +8,8 @@ describe('MetadataLoader', () => {
|
||||
it('should load png', async () => {
|
||||
const data = await MetadataLoader.loadPhotoMetadata(path.join(__dirname, '/../../assets/test_png.png'));
|
||||
expect(Utils.clone(data)).to.be.deep.equal(Utils.clone({
|
||||
creationDate: 1545342192328,
|
||||
fileSize: 2110,
|
||||
creationDate: 1545435746672,
|
||||
fileSize: 2155,
|
||||
orientation: 1,
|
||||
size: {
|
||||
height: 26,
|
||||
|
Reference in New Issue
Block a user