i have this at the start: ``` @Before fun setU...
# rx
m
i have this at the start:
Copy code
@Before
    fun setUp(){
        RxAndroidPlugins.setInitMainThreadSchedulerHandler { Schedulers.trampoline() }
    }