I just stumbled upon a LOT of issues with our test...
# kotlin-fuel
d
I just stumbled upon a LOT of issues with our tests and some with our code. Basically anything that uses handler is not actually being tested. The gson deserializer<T> implicit type deserializer doesn't work, and rx is implemented incorrectly (never uses the error pipe, cancelation will never work like this).