Fix test.
This commit is contained in:
parent
48133dcca4
commit
1061ea0679
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue