Remove private visibility.

Change-Id: Iee06da9ddded4ed5ba19bbfd5652b4a7a38f4cb9
pull/1238/head
Jaehwa Noh 2 years ago
parent 7d98d19907
commit 79b7df7b8e

@ -30,7 +30,7 @@ import org.junit.runner.Description
* for the duration of the test. * for the duration of the test.
*/ */
class MainDispatcherRule( class MainDispatcherRule(
private val testDispatcher: TestDispatcher = UnconfinedTestDispatcher(), val testDispatcher: TestDispatcher = UnconfinedTestDispatcher(),
) : TestWatcher() { ) : TestWatcher() {
override fun starting(description: Description) = Dispatchers.setMain(testDispatcher) override fun starting(description: Description) = Dispatchers.setMain(testDispatcher)

Loading…
Cancel
Save