From d41f4a6dc69d098e9dc9173b7e1a586695ef7b97 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 24 Feb 2023 14:48:15 +0100 Subject: Improve image test comparison --- server/tests/helpers/image.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/tests/helpers') diff --git a/server/tests/helpers/image.ts b/server/tests/helpers/image.ts index 19a99cba9..530c9bacd 100644 --- a/server/tests/helpers/image.ts +++ b/server/tests/helpers/image.ts @@ -32,7 +32,7 @@ describe('Image helpers', function () { const imageDestJPG = join(imageDestDir, 'test.jpg') const imageDestPNG = join(imageDestDir, 'test.png') - const thumbnailSize = { width: 223, height: 122 } + const thumbnailSize = { width: 280, height: 157 } it('Should skip processing if the source image is okay', async function () { const input = buildAbsoluteFixturePath('thumbnail.jpg') -- cgit v1.2.3