Join Slack
Powered by
Looks like I might've been missing `callOriginal()...
# mockk
l
Levi
12/19/2023, 7:27 PM
Looks like I might've been missing
callOriginal()
🧵 1
Levi
12/19/2023, 7:35 PM
spoke too soon. Seems like an open issue still:
https://github.com/mockk/mockk/issues/64
Levi
12/19/2023, 7:37 PM
Declaring
abstract class SomeMock: MyInterface
and mocking that instead seems to do the trick
Open in Slack
Previous
Next