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