Fix test.

This commit is contained in:
Benoit Marty 2024-10-31 18:05:13 +01:00
parent 48133dcca4
commit 1061ea0679

View file

@ -68,7 +68,7 @@ class AndroidMediaPreProcessorTest {
height = assetImagePng.height,
width = assetImagePng.width,
mimetype = assetImagePng.mimeType,
size = assetImagePng.size,
size = 2_026_433,
ThumbnailInfo(height = 25, width = 25, mimetype = MimeTypes.Png, size = 91),
thumbnailSource = null,
blurhash = "K00000fQfQfQfQfQfQfQfQ"
@ -90,7 +90,7 @@ class AndroidMediaPreProcessorTest {
height = assetImagePng.height,
width = assetImagePng.width,
mimetype = assetImagePng.mimeType,
size = assetImagePng.size,
size = 2_026_433,
thumbnailInfo = null,
thumbnailSource = null,
blurhash = null,