Fix compilation issue after rebase.
This commit is contained in:
committed by
Benoit Marty
parent
d6899bcc16
commit
51fe1edd8d
@@ -67,6 +67,7 @@ class MatrixRoomInfoMapperTest {
|
||||
numUnreadNotifications = 13uL,
|
||||
numUnreadMentions = 14uL,
|
||||
pinnedEventIds = listOf(AN_EVENT_ID.value),
|
||||
roomCreator = A_USER_ID.value,
|
||||
)
|
||||
)
|
||||
).isEqualTo(
|
||||
@@ -102,6 +103,7 @@ class MatrixRoomInfoMapperTest {
|
||||
)
|
||||
).toImmutableList(),
|
||||
pinnedEventIds = listOf(AN_EVENT_ID).toPersistentList(),
|
||||
creator = A_USER_ID,
|
||||
)
|
||||
)
|
||||
}
|
||||
@@ -140,6 +142,7 @@ class MatrixRoomInfoMapperTest {
|
||||
numUnreadNotifications = 13uL,
|
||||
numUnreadMentions = 14uL,
|
||||
pinnedEventIds = emptyList(),
|
||||
roomCreator = null,
|
||||
)
|
||||
)
|
||||
).isEqualTo(
|
||||
@@ -169,6 +172,7 @@ class MatrixRoomInfoMapperTest {
|
||||
activeRoomCallParticipants = emptyList<UserId>().toImmutableList(),
|
||||
heroes = emptyList<MatrixUser>().toImmutableList(),
|
||||
pinnedEventIds = emptyList<EventId>().toPersistentList(),
|
||||
creator = null,
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user