Skip to content

Commit

Permalink
Sharp update
Browse files Browse the repository at this point in the history
  • Loading branch information
hdiniz committed Dec 12, 2024
1 parent adf7038 commit 6eb5a29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ describe('server/graphql/v2/mutation/UploadedFileMutations', () => {
expect(result.data.uploadFile[0].parsingResult).to.be.null;
expect(result.data.uploadFile[0].file.name).to.eq('camera.png');
expect(result.data.uploadFile[0].file.type).to.eq('image/png');
expect(result.data.uploadFile[0].file.size).to.eq(2923); // Initial was 3628, but we've stripped the metadata
expect(result.data.uploadFile[0].file.size).to.eq(2918); // Initial was 3628, but we've stripped the metadata
});

describe('with parseDocument', () => {
Expand Down

0 comments on commit 6eb5a29

Please sign in to comment.