I'm trying to test an async okHttp request with a ...
# android
c
I'm trying to test an async okHttp request with a callback. but the test always ends before the callback is called. i'm trying to use argumentCaptor. any tips?