I'm a bit confused to when I should use .test from...
# rx
s
I'm a bit confused to when I should use .test from rx I shouldn't be using it in a presentertest that just subscribes to the use case right? According to what I'm seeing around test should be used only when you need to test how an observable behaves (when testing the use case then)?