Fix another warning.

This commit is contained in:
Benoit Marty
2023-07-12 14:15:25 +02:00
parent 816685a534
commit f8338013cf

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()