fix typo
This commit is contained in:
parent
a1c876d32e
commit
84730e839a
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ class JoinRoomPresenterTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun `present - when room is invited then join authorization is equal to invited, and inviter is provided`() = runTest {
|
fun `present - when room is invited then join authorization is equal to invited, an inviter is provided`() = runTest {
|
||||||
val inviter = aRoomMember(userId = UserId("@bob:example.com"), displayName = "Bob")
|
val inviter = aRoomMember(userId = UserId("@bob:example.com"), displayName = "Bob")
|
||||||
val expectedInviteSender = inviter.toInviteSender()
|
val expectedInviteSender = inviter.toInviteSender()
|
||||||
val roomInfo = aRoomInfo(
|
val roomInfo = aRoomInfo(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue