From 5054164379272dd4ff80332f17720daf6deec830 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Wed, 18 Jun 2025 14:19:57 +0200 Subject: [PATCH] Fix test after wording change. --- .../impl/notifications/DefaultNotifiableEventResolverTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/push/impl/src/test/kotlin/io/element/android/libraries/push/impl/notifications/DefaultNotifiableEventResolverTest.kt b/libraries/push/impl/src/test/kotlin/io/element/android/libraries/push/impl/notifications/DefaultNotifiableEventResolverTest.kt index 2ba00156c7..d9a022c961 100644 --- a/libraries/push/impl/src/test/kotlin/io/element/android/libraries/push/impl/notifications/DefaultNotifiableEventResolverTest.kt +++ b/libraries/push/impl/src/test/kotlin/io/element/android/libraries/push/impl/notifications/DefaultNotifiableEventResolverTest.kt @@ -608,7 +608,7 @@ class DefaultNotifiableEventResolverTest { roomId = A_ROOM_ID, eventId = AN_EVENT_ID, editedEventId = null, - description = "Notification", + description = "You have new message(s).", canBeReplaced = true, isRedacted = false, isUpdated = false,