My problem was kinda weird one. @before was gettin...
# mockk
h
My problem was kinda weird one. @before was getting executed before tests finish running on RxJava with another thread. And it was clearing some resources that unfinished test needs. And it was producing wrong results.