Fix compilation issue after rebase.
This commit is contained in:
parent
d6899bcc16
commit
51fe1edd8d
1 changed files with 4 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ class MatrixRoomInfoMapperTest {
|
||||||
numUnreadNotifications = 13uL,
|
numUnreadNotifications = 13uL,
|
||||||
numUnreadMentions = 14uL,
|
numUnreadMentions = 14uL,
|
||||||
pinnedEventIds = listOf(AN_EVENT_ID.value),
|
pinnedEventIds = listOf(AN_EVENT_ID.value),
|
||||||
|
roomCreator = A_USER_ID.value,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
).isEqualTo(
|
).isEqualTo(
|
||||||
|
|
@ -102,6 +103,7 @@ class MatrixRoomInfoMapperTest {
|
||||||
)
|
)
|
||||||
).toImmutableList(),
|
).toImmutableList(),
|
||||||
pinnedEventIds = listOf(AN_EVENT_ID).toPersistentList(),
|
pinnedEventIds = listOf(AN_EVENT_ID).toPersistentList(),
|
||||||
|
creator = A_USER_ID,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
@ -140,6 +142,7 @@ class MatrixRoomInfoMapperTest {
|
||||||
numUnreadNotifications = 13uL,
|
numUnreadNotifications = 13uL,
|
||||||
numUnreadMentions = 14uL,
|
numUnreadMentions = 14uL,
|
||||||
pinnedEventIds = emptyList(),
|
pinnedEventIds = emptyList(),
|
||||||
|
roomCreator = null,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
).isEqualTo(
|
).isEqualTo(
|
||||||
|
|
@ -169,6 +172,7 @@ class MatrixRoomInfoMapperTest {
|
||||||
activeRoomCallParticipants = emptyList<UserId>().toImmutableList(),
|
activeRoomCallParticipants = emptyList<UserId>().toImmutableList(),
|
||||||
heroes = emptyList<MatrixUser>().toImmutableList(),
|
heroes = emptyList<MatrixUser>().toImmutableList(),
|
||||||
pinnedEventIds = emptyList<EventId>().toPersistentList(),
|
pinnedEventIds = emptyList<EventId>().toPersistentList(),
|
||||||
|
creator = null,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue