Fix test: ContentState.UnknownRoom case will be handled later.
This commit is contained in:
parent
1eb1efed52
commit
7c5a89d775
1 changed files with 0 additions and 3 deletions
|
|
@ -53,9 +53,6 @@ class JoinRoomPresenterTest {
|
|||
assertThat(state.joinAuthorisationStatus).isEqualTo(JoinAuthorisationStatus.Unknown)
|
||||
assertThat(state.acceptDeclineInviteState).isEqualTo(anAcceptDeclineInviteState())
|
||||
}
|
||||
awaitItem().also { state ->
|
||||
assertThat(state.contentState).isEqualTo(ContentState.UnknownRoom(A_ROOM_ID))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue