Fix first test.
This commit is contained in:
parent
b4f7030ec9
commit
d722495dab
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class RoomListPresenterTests {
|
|||
val initialState = awaitItem()
|
||||
assertThat(initialState.matrixUser).isNull()
|
||||
val withUserState = awaitItem()
|
||||
assertThat(withUserState).isNotNull()
|
||||
assertThat(withUserState.matrixUser).isNotNull()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue