Skip to content

Commit 7c5a89d

Browse files
committed
Fix test: ContentState.UnknownRoom case will be handled later.
1 parent 1eb1efe commit 7c5a89d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

features/joinroom/impl/src/test/kotlin/io/element/android/features/joinroom/impl/JoinRoomPresenterTest.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ class JoinRoomPresenterTest {
5353
assertThat(state.joinAuthorisationStatus).isEqualTo(JoinAuthorisationStatus.Unknown)
5454
assertThat(state.acceptDeclineInviteState).isEqualTo(anAcceptDeclineInviteState())
5555
}
56-
awaitItem().also { state ->
57-
assertThat(state.contentState).isEqualTo(ContentState.UnknownRoom(A_ROOM_ID))
58-
}
5956
}
6057
}
6158

0 commit comments

Comments
 (0)