Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
sharp 0.30.x の SVG がおかしい?
lovell/sharp#3200
  • Loading branch information
mei23 committed May 3, 2022
1 parent 579314f commit 44cfac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/get-file-info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ describe('Get file info', () => {
},
width: 256,
height: 256,
blurhash: 'yGCOe55x1Y]^Uw=UAmoMR+oHnif6baR:0J=m|}A3pwE.,wR*xGR;S~kCiy$d=}NgJPxAa0w@O9fQR%s*nOf6XRNg=zNgNsskaKoIa#'
blurhash: 'ySFzz31U1?=nZO,+JOofR*oHnhjYX6S50J=n]DEol8JEw}R*xaNgXTW=ruxBxbWZS2obe.n~bFaxR%s*aKoIW.WY=}NgOAs*enoIWU'
});
}));

Expand All @@ -129,7 +129,7 @@ describe('Get file info', () => {
},
width: 256,
height: 256,
blurhash: 'yGCOe55x1Y]^Uw=UAmoMR+oHnif6baR:0J=m|}A3pwE.,wR*xGR;S~kCiy$d=}NgJPxAa0w@O9fQR%s*nOf6XRNg=zNgNsskaKoIa#'
blurhash: 'ySFzz31U1?=nZO,+JOofR*oHnhjYX6S50J=n]DEol8JEw}R*xaNgXTW=ruxBxbWZS2obe.n~bFaxR%s*aKoIW.WY=}NgOAs*enoIWU'
});
}));

Expand Down

0 comments on commit 44cfac0

Please sign in to comment.