Fix another warning.

This commit is contained in:
Benoit Marty 2023-07-12 14:15:25 +02:00
parent 92f5c96936
commit 19fc90385c

View file

@ -65,7 +65,6 @@ class ForwardMessagesPresenterTests {
}.test {
val initialState = awaitItem()
skipItems(1)
val summary = aRoomSummaryDetail()
initialState.eventSink(ForwardMessagesEvents.ToggleSearchActive)
assertThat(awaitItem().isSearchActive).isTrue()