fixup test compilation
This commit is contained in:
parent
c5a054b9e3
commit
6bc8cd84e4
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ class DefaultEventItemFactoryTest {
|
|||
fun `create check all null cases`() {
|
||||
val factory = createEventItemFactory()
|
||||
val contents = listOf(
|
||||
CallNotifyContent(callIntent = CallIntent.VIDEO),
|
||||
CallNotifyContent(callIntent = CallIntent.VIDEO, emptyList()),
|
||||
FailedToParseMessageLikeContent("", ""),
|
||||
FailedToParseStateContent("", "", ""),
|
||||
LegacyCallInviteContent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue