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