Fix test
This commit is contained in:
parent
43320cb802
commit
6a1004cbcd
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ class InviteListPresenterTests {
|
||||||
id = A_USER_ID.value,
|
id = A_USER_ID.value,
|
||||||
name = A_USER_NAME,
|
name = A_USER_NAME,
|
||||||
url = AN_AVATAR_URL,
|
url = AN_AVATAR_URL,
|
||||||
size = AvatarSize.RoomListItem,
|
size = AvatarSize.RoomInviteItem,
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
Truth.assertThat(withInviteState.inviteList[0].sender).isNull()
|
Truth.assertThat(withInviteState.inviteList[0].sender).isNull()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue