Also, I have a funny thing I can't figure out who'...
# mockk
d
Also, I have a funny thing I can't figure out who's calling the toString() (meddling with coroutine actors...)
Copy code
Matchers: 
ProgressNotifier(#1).update(eq(2131624124), null()))
ProgressNotifier(#1).update(eq(2131624127), eq(0)))
ProgressNotifier(#1).update(eq(2131624126), eq(0)))

Calls:
1) ProgressNotifier(#1).update(2131624124, null)
2) ProgressNotifier(#1).toString()
How could I track that down?