mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-11 13:11:01 +00:00
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:
parent
af9c32983f
commit
9b65e63422
@ -468,7 +468,7 @@ class DefaultSessionControlControllerTest {
|
||||
)
|
||||
}
|
||||
} finally {
|
||||
unmockkStatic(SearchState::class)
|
||||
unmockkStatic("mozilla.components.browser.state.state.SearchStateKt")
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user