Closes #18006: DefaultSessionControlControllerTest: Correctly unmock SearchStateKt class.

The test class left SearchStateKt mocked and caused other tests to fail intermittently when
running after it.
This commit is contained in:
Sebastian Kaspari 2021-02-18 15:00:36 +01:00
parent af9c32983f
commit 9b65e63422

View File

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