fix the tests
This commit is contained in:
parent
f7b7328fea
commit
b13c93f3cd
6 changed files with 10 additions and 9 deletions
|
|
@ -106,7 +106,7 @@ class DefaultCallNotificationEventResolverTest {
|
|||
imageUriString = null,
|
||||
imageMimeType = null,
|
||||
threadId = null,
|
||||
type = "m.call.notify",
|
||||
type = "org.matrix.msc4075.rtc.notification",
|
||||
)
|
||||
|
||||
val notificationData = aNotificationData(
|
||||
|
|
@ -150,7 +150,7 @@ class DefaultCallNotificationEventResolverTest {
|
|||
imageUriString = null,
|
||||
imageMimeType = null,
|
||||
threadId = null,
|
||||
type = "m.call.notify",
|
||||
type = "org.matrix.msc4075.rtc.notification",
|
||||
)
|
||||
|
||||
val notificationData = aNotificationData(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue