Merge pull request #850 from vector-im/feature/bma/fixTests

Ensure CI run all the tests.
This commit is contained in:
Benoit Marty 2023-07-12 16:59:37 +02:00 committed by GitHub
commit 1e45235c64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 16 additions and 18 deletions

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