]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/tests/helpers/image.ts
Translated using Weblate (Persian)
[github/Chocobozzz/PeerTube.git] / server / tests / helpers / image.ts
index 19a99cba91c679b24dd0ddca13abca4637e99b22..530c9bacd962025f6756c6086b6e8bf2f68bb16f 100644 (file)
@@ -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')