Has anyone ran into issue with Mockito and kotlin ...
# test
r
Has anyone ran into issue with Mockito and kotlin coroutines. Where testing with verify fails because the continuation is different
m
Yes
it has been reported a while ago, but no fix yet https://github.com/nhaarman/mockito-kotlin/issues/247
r
thanks dude for the link,appreicate it