Fix test after wording change.
This commit is contained in:
parent
57e3fab357
commit
64a00eec16
1 changed files with 1 additions and 1 deletions
|
|
@ -113,7 +113,7 @@ class DefaultRoomLastMessageFormatterTest {
|
|||
@Test
|
||||
@Config(qualifiers = "en")
|
||||
fun `Unable to decrypt content`() {
|
||||
val expected = "Decryption error"
|
||||
val expected = "Waiting for this message"
|
||||
val senderName = "Someone"
|
||||
sequenceOf(false, true).forEach { isDm ->
|
||||
val message = createRoomEvent(false, senderName, UnableToDecryptContent(UnableToDecryptContent.Data.Unknown))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue