Skip to content

Commit

Permalink
Fix expected image scale for JPEG conversion tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Jan 21, 2025
1 parent d8b1ae8 commit a3f61e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/converter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1335,7 +1335,7 @@ describe('Converter', () => {
browserManager,
output: 'b.jpg',
type: ConvertType.jpeg,
imageScale: 0.5,
imageScale: 0.25,
jpegQuality: 1,
}).convertFile(new File(onePath))

Expand Down Expand Up @@ -1379,7 +1379,7 @@ describe('Converter', () => {
browserManager,
output: 'b.jpg',
type: ConvertType.jpeg,
imageScale: 0.5,
imageScale: 0.25,
jpegQuality: 1,
}).convertFile(new File(onePath))

Expand Down

0 comments on commit a3f61e3

Please sign in to comment.