We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eb1efe commit 7c5a89dCopy full SHA for 7c5a89d
features/joinroom/impl/src/test/kotlin/io/element/android/features/joinroom/impl/JoinRoomPresenterTest.kt
@@ -53,9 +53,6 @@ class JoinRoomPresenterTest {
53
assertThat(state.joinAuthorisationStatus).isEqualTo(JoinAuthorisationStatus.Unknown)
54
assertThat(state.acceptDeclineInviteState).isEqualTo(anAcceptDeclineInviteState())
55
}
56
- awaitItem().also { state ->
57
- assertThat(state.contentState).isEqualTo(ContentState.UnknownRoom(A_ROOM_ID))
58
- }
59
60
61
0 commit comments