Finally i caught the error, I was using CommonPool...
# mockk
d
Finally i caught the error, I was using CommonPool in coroutine actor which swallowed up the real exception. When I switched to Unconfined, I discovered I was missing an
every
... good to know for next time... 🤓