Fix test compilation issue.
This commit is contained in:
@@ -370,7 +370,7 @@ class DefaultNotifiableEventResolverTest {
|
||||
notificationResult = Result.success(
|
||||
createNotificationData(
|
||||
content = NotificationContent.StateEvent.RoomMemberContent(
|
||||
sender = A_USER_ID_2,
|
||||
userId = A_USER_ID_2,
|
||||
membershipState = RoomMembershipState.INVITE
|
||||
),
|
||||
isDirect = false,
|
||||
@@ -405,7 +405,7 @@ class DefaultNotifiableEventResolverTest {
|
||||
notificationResult = Result.success(
|
||||
createNotificationData(
|
||||
content = NotificationContent.StateEvent.RoomMemberContent(
|
||||
sender = A_USER_ID_2,
|
||||
userId = A_USER_ID_2,
|
||||
membershipState = RoomMembershipState.INVITE
|
||||
),
|
||||
isDirect = true,
|
||||
@@ -440,7 +440,7 @@ class DefaultNotifiableEventResolverTest {
|
||||
notificationResult = Result.success(
|
||||
createNotificationData(
|
||||
content = NotificationContent.StateEvent.RoomMemberContent(
|
||||
sender = A_USER_ID_2,
|
||||
userId = A_USER_ID_2,
|
||||
membershipState = RoomMembershipState.JOIN
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user