mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-27 12:00:03 +03:00
Update unit test for imageUriString
This commit is contained in:
parent
292020e95d
commit
0670c3c6ee
1 changed files with 1 additions and 1 deletions
|
@ -77,5 +77,5 @@ fun aNotifiableMessageEvent(
|
||||||
roomIsDirect = false,
|
roomIsDirect = false,
|
||||||
canBeReplaced = false,
|
canBeReplaced = false,
|
||||||
isRedacted = isRedacted,
|
isRedacted = isRedacted,
|
||||||
imageUri = null
|
imageUriString = null
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue