You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
place: The apply() method of DispatcherTestRule
cause: calling base?.evaluate() will make the corresponding test method to run twice with the Dispatchers.resetMain() called before the 2nd run of the test method, which fails the test.