Skip to content

Commit

Permalink
Fix test after wording change.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarty committed Nov 8, 2023
1 parent 57e3fab commit 64a00ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 64a00ee

Please sign in to comment.