Browse Source

Fix test.

pull/3744/head
Benoit Marty 2 days ago
parent
commit
3a6d65b75d
  1. 6
      libraries/mediaupload/impl/src/test/kotlin/io/element/android/libraries/mediaupload/impl/AndroidMediaPreProcessorTest.kt

6
libraries/mediaupload/impl/src/test/kotlin/io/element/android/libraries/mediaupload/impl/AndroidMediaPreProcessorTest.kt

@ -55,8 +55,8 @@ class AndroidMediaPreProcessorTest {
height = 1_178, height = 1_178,
width = 1_818, width = 1_818,
mimetype = MimeTypes.Png, mimetype = MimeTypes.Png,
size = 114_867, size = 109_908,
ThumbnailInfo(height = 294, width = 454, mimetype = "image/jpeg", size = 4567), ThumbnailInfo(height = 294, width = 454, mimetype = "image/jpeg", size = 4484),
thumbnailSource = null, thumbnailSource = null,
blurhash = "K13]7q%zWC00R4of%\$baad" blurhash = "K13]7q%zWC00R4of%\$baad"
) )
@ -84,7 +84,7 @@ class AndroidMediaPreProcessorTest {
height = 1_178, height = 1_178,
width = 1_818, width = 1_818,
mimetype = MimeTypes.Png, mimetype = MimeTypes.Png,
size = 114_867, size = 109_908,
thumbnailInfo = null, thumbnailInfo = null,
thumbnailSource = null, thumbnailSource = null,
blurhash = null, blurhash = null,

Loading…
Cancel
Save