Skip to content

Commit 3a6d65b

Browse files
committed
Fix test.
1 parent a51c275 commit 3a6d65b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ class AndroidMediaPreProcessorTest {
5555
height = 1_178,
5656
width = 1_818,
5757
mimetype = MimeTypes.Png,
58-
size = 114_867,
59-
ThumbnailInfo(height = 294, width = 454, mimetype = "image/jpeg", size = 4567),
58+
size = 109_908,
59+
ThumbnailInfo(height = 294, width = 454, mimetype = "image/jpeg", size = 4484),
6060
thumbnailSource = null,
6161
blurhash = "K13]7q%zWC00R4of%\$baad"
6262
)
@@ -84,7 +84,7 @@ class AndroidMediaPreProcessorTest {
8484
height = 1_178,
8585
width = 1_818,
8686
mimetype = MimeTypes.Png,
87-
size = 114_867,
87+
size = 109_908,
8888
thumbnailInfo = null,
8989
thumbnailSource = null,
9090
blurhash = null,

0 commit comments

Comments
 (0)