Remove warning in tests
This commit is contained in:
parent
615ce72131
commit
6240f24e10
1 changed files with 0 additions and 1 deletions
|
|
@ -178,7 +178,6 @@ class TypingNotificationPresenterTest {
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun `present - reserveSpace becomes true once we get the first typing notification with room members`() = runTest {
|
fun `present - reserveSpace becomes true once we get the first typing notification with room members`() = runTest {
|
||||||
val aDefaultRoomMember = createDefaultRoomMember(A_USER_ID_2)
|
|
||||||
val room = FakeMatrixRoom()
|
val room = FakeMatrixRoom()
|
||||||
val presenter = createPresenter(matrixRoom = room)
|
val presenter = createPresenter(matrixRoom = room)
|
||||||
moleculeFlow(RecompositionMode.Immediate) {
|
moleculeFlow(RecompositionMode.Immediate) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue