Hello, is there a solution for using `whenever(it....
# mockk
k
Hello, is there a solution for using
whenever(it.foo(any()).thenReturn(null))
where foo’s parameter is a value class? I keep getting
unbox-impl()
error’s when trying to do this. If I use an explicit value then it works as expected.