1 min readJun 14, 2019
Unrelated to Coroutines, but when using ` RxJava2CallAdapterFactory.createWithScheduler(Schedulers.io())` instead of injecting schedulers, how do you test your Rx code? Is there any solution other than overriding the schedulers using RxJavaPlugins?