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/main/kotlin/io/element/android/libraries/push/impl/notifications/NotificationDataFactory.kt
Copy file name to clipboardExpand all lines: libraries/push/impl/src/test/kotlin/io/element/android/libraries/push/impl/notifications/DefaultSummaryGroupMessageCreatorTest.kt
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,6 @@ class DefaultSummaryGroupMessageCreatorTest {
Copy file name to clipboardExpand all lines: libraries/push/impl/src/test/kotlin/io/element/android/libraries/push/impl/notifications/NotificationDataFactoryTest.kt
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,6 @@ class NotificationDataFactoryTest {
64
64
OneShotNotification(
65
65
notification = expectedNotification,
66
66
tag =A_ROOM_ID.value,
67
-
summaryLine =AN_INVITATION_EVENT.description,
68
67
isNoisy =AN_INVITATION_EVENT.noisy,
69
68
timestamp =AN_INVITATION_EVENT.timestamp
70
69
)
@@ -83,7 +82,6 @@ class NotificationDataFactoryTest {
83
82
OneShotNotification(
84
83
notification = expectedNotification,
85
84
tag =AN_EVENT_ID.value,
86
-
summaryLine =A_SIMPLE_EVENT.description,
87
85
isNoisy =A_SIMPLE_EVENT.noisy,
88
86
timestamp =AN_INVITATION_EVENT.timestamp
89
87
)
@@ -105,7 +103,6 @@ class NotificationDataFactoryTest {
105
103
existingNotification =null,
106
104
),
107
105
roomId =A_ROOM_ID,
108
-
summaryLine ="A room name: Bob Hello world!",
109
106
messageCount = events.size,
110
107
latestTimestamp = events.maxOf { it.timestamp },
111
108
shouldBing = events.any { it.noisy },
@@ -161,7 +158,6 @@ class NotificationDataFactoryTest {
Copy file name to clipboardExpand all lines: libraries/push/impl/src/test/kotlin/io/element/android/libraries/push/impl/notifications/NotificationRendererTest.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ private const val USE_COMPLETE_NOTIFICATION_FORMAT = true
0 commit comments