Rust sdk : fix tests after api breaks
This commit is contained in:
parent
5c4c7c1a77
commit
5da76f6ff8
2 changed files with 2 additions and 2 deletions
|
|
@ -246,7 +246,7 @@ private fun aRustRoomInfo(
|
||||||
userPowerLevels = userPowerLevels,
|
userPowerLevels = userPowerLevels,
|
||||||
highlightCount = highlightCount,
|
highlightCount = highlightCount,
|
||||||
notificationCount = notificationCount,
|
notificationCount = notificationCount,
|
||||||
userDefinedNotificationMode = userDefinedNotificationMode,
|
cachedUserDefinedNotificationMode = userDefinedNotificationMode,
|
||||||
hasRoomCall = hasRoomCall,
|
hasRoomCall = hasRoomCall,
|
||||||
activeRoomCallParticipants = activeRoomCallParticipants,
|
activeRoomCallParticipants = activeRoomCallParticipants,
|
||||||
isMarkedUnread = isMarkedUnread,
|
isMarkedUnread = isMarkedUnread,
|
||||||
|
|
|
||||||
|
|
@ -598,7 +598,7 @@ class DefaultNotifiableEventResolverTest {
|
||||||
testNull(NotificationContent.MessageLike.KeyVerificationMac)
|
testNull(NotificationContent.MessageLike.KeyVerificationMac)
|
||||||
testNull(NotificationContent.MessageLike.KeyVerificationDone)
|
testNull(NotificationContent.MessageLike.KeyVerificationDone)
|
||||||
testNull(NotificationContent.MessageLike.ReactionContent(relatedEventId = AN_EVENT_ID_2.value))
|
testNull(NotificationContent.MessageLike.ReactionContent(relatedEventId = AN_EVENT_ID_2.value))
|
||||||
testNull(NotificationContent.MessageLike.RoomRedaction)
|
testNull(NotificationContent.MessageLike.RoomRedaction(redactedEventId = AN_EVENT_ID_2.value, reason = null))
|
||||||
testNull(NotificationContent.MessageLike.Sticker)
|
testNull(NotificationContent.MessageLike.Sticker)
|
||||||
testNull(NotificationContent.StateEvent.PolicyRuleRoom)
|
testNull(NotificationContent.StateEvent.PolicyRuleRoom)
|
||||||
testNull(NotificationContent.StateEvent.PolicyRuleServer)
|
testNull(NotificationContent.StateEvent.PolicyRuleServer)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue