fixing compilation error in unit test

This commit is contained in:
Adam Brown 2021-11-10 09:44:16 +00:00
parent 892129994e
commit b90b396753

View file

@ -90,7 +90,6 @@ class NotificationRendererTest {
fun `given a room message group notification is added when rendering then show the message notification and update summary`() {
givenNotifications(roomNotifications = listOf(RoomNotification.Message(
A_NOTIFICATION,
shortcutInfo = null,
MESSAGE_META
)))