You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/push/impl/src/test/kotlin/io/element/android/libraries/push/impl/notifications/DefaultNotifiableEventResolverTest.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -608,7 +608,7 @@ class DefaultNotifiableEventResolverTest {
608
608
roomId =A_ROOM_ID,
609
609
eventId =AN_EVENT_ID,
610
610
editedEventId =null,
611
-
description ="You have new message(s).",
611
+
description ="You have new messages.",
612
612
canBeReplaced =true,
613
613
isRedacted =false,
614
614
isUpdated =false,
@@ -633,7 +633,7 @@ class DefaultNotifiableEventResolverTest {
0 commit comments