Looks like I might've been missing `callOriginal()...
# mockk
l
Looks like I might've been missing
callOriginal()
🧵 1
spoke too soon. Seems like an open issue still: https://github.com/mockk/mockk/issues/64
Declaring
abstract class SomeMock: MyInterface
and mocking that instead seems to do the trick