Skip to content

Commit c5fc45e

Browse files
committed
Fix test compilation issue.
1 parent ccbe2eb commit c5fc45e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

features/roomlist/impl/src/test/kotlin/io/element/android/features/roomlist/impl/RoomListPresenterTests.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,7 @@ private val aRoomListRoomSummary = RoomListRoomSummary(
442442
name = A_ROOM_NAME,
443443
numberOfUnreadMentions = 1,
444444
numberOfUnreadMessages = 2,
445+
numberOfUnreadNotifications = 0,
445446
timestamp = A_FORMATTED_DATE,
446447
lastMessage = "",
447448
avatarData = AvatarData(id = A_ROOM_ID.value, name = A_ROOM_NAME, size = AvatarSize.RoomListItem),

0 commit comments

Comments
 (0)