Skip to content

Commit 1a9fe93

Browse files
committed
Fix test compilation issue.
1 parent b3af1f8 commit 1a9fe93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libraries/push/impl/src/test/kotlin/io/element/android/libraries/push/impl/notifications/DefaultNotifiableEventResolverTest.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ class DefaultNotifiableEventResolverTest {
370370
notificationResult = Result.success(
371371
createNotificationData(
372372
content = NotificationContent.StateEvent.RoomMemberContent(
373-
sender = A_USER_ID_2,
373+
userId = A_USER_ID_2,
374374
membershipState = RoomMembershipState.INVITE
375375
),
376376
isDirect = false,
@@ -405,7 +405,7 @@ class DefaultNotifiableEventResolverTest {
405405
notificationResult = Result.success(
406406
createNotificationData(
407407
content = NotificationContent.StateEvent.RoomMemberContent(
408-
sender = A_USER_ID_2,
408+
userId = A_USER_ID_2,
409409
membershipState = RoomMembershipState.INVITE
410410
),
411411
isDirect = true,
@@ -440,7 +440,7 @@ class DefaultNotifiableEventResolverTest {
440440
notificationResult = Result.success(
441441
createNotificationData(
442442
content = NotificationContent.StateEvent.RoomMemberContent(
443-
sender = A_USER_ID_2,
443+
userId = A_USER_ID_2,
444444
membershipState = RoomMembershipState.JOIN
445445
)
446446
)

0 commit comments

Comments
 (0)