Update unit test for imageUriString
This commit is contained in:
parent
292020e95d
commit
0670c3c6ee
|
@ -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 New Issue