Skip to content

Commit 2954857

Browse files
committed
Fix test after wording change.
1 parent d8f271d commit 2954857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/push/impl/src/test/kotlin/io/element/android/libraries/push/impl/notifications/DefaultNotifiableEventResolverTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ class DefaultNotifiableEventResolverTest {
608608
roomId = A_ROOM_ID,
609609
eventId = AN_EVENT_ID,
610610
editedEventId = null,
611-
description = "Notification",
611+
description = "You have new message(s).",
612612
canBeReplaced = true,
613613
isRedacted = false,
614614
isUpdated = false,

0 commit comments

Comments
 (0)