Fix test compilation issue.
This commit is contained in:
parent
00c478d783
commit
7dea60018b
1 changed files with 3 additions and 3 deletions
|
|
@ -370,7 +370,7 @@ class DefaultNotifiableEventResolverTest {
|
||||||
notificationResult = Result.success(
|
notificationResult = Result.success(
|
||||||
createNotificationData(
|
createNotificationData(
|
||||||
content = NotificationContent.StateEvent.RoomMemberContent(
|
content = NotificationContent.StateEvent.RoomMemberContent(
|
||||||
sender = A_USER_ID_2,
|
userId = A_USER_ID_2,
|
||||||
membershipState = RoomMembershipState.INVITE
|
membershipState = RoomMembershipState.INVITE
|
||||||
),
|
),
|
||||||
isDirect = false,
|
isDirect = false,
|
||||||
|
|
@ -405,7 +405,7 @@ class DefaultNotifiableEventResolverTest {
|
||||||
notificationResult = Result.success(
|
notificationResult = Result.success(
|
||||||
createNotificationData(
|
createNotificationData(
|
||||||
content = NotificationContent.StateEvent.RoomMemberContent(
|
content = NotificationContent.StateEvent.RoomMemberContent(
|
||||||
sender = A_USER_ID_2,
|
userId = A_USER_ID_2,
|
||||||
membershipState = RoomMembershipState.INVITE
|
membershipState = RoomMembershipState.INVITE
|
||||||
),
|
),
|
||||||
isDirect = true,
|
isDirect = true,
|
||||||
|
|
@ -440,7 +440,7 @@ class DefaultNotifiableEventResolverTest {
|
||||||
notificationResult = Result.success(
|
notificationResult = Result.success(
|
||||||
createNotificationData(
|
createNotificationData(
|
||||||
content = NotificationContent.StateEvent.RoomMemberContent(
|
content = NotificationContent.StateEvent.RoomMemberContent(
|
||||||
sender = A_USER_ID_2,
|
userId = A_USER_ID_2,
|
||||||
membershipState = RoomMembershipState.JOIN
|
membershipState = RoomMembershipState.JOIN
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue