Aug 25, 2017 · 1 min read
If my query method returns a Flowable, how do I test this? I noticed in your testing you allow the database to execute on the main thread, but my dao method still returns a Flowable, and I’m not sure how to test this. I’ve been tinkering with [TestSubscriber](https://github.com/ReactiveX/RxJava/issues/4477) and can’t get it quite right.
