[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/18006: DefaultSessionControlControllerTest: Correctly unmock SearchStateKt class.

The test class left SearchStateKt mocked and caused other tests to fail intermittently when
running after it.
pull/600/head
Sebastian Kaspari 3 years ago
parent af0dfaa3dc
commit 997b066b00

@ -468,7 +468,7 @@ class DefaultSessionControlControllerTest {
)
}
} finally {
unmockkStatic(SearchState::class)
unmockkStatic("mozilla.components.browser.state.state.SearchStateKt")
}
}

Loading…
Cancel
Save