seems like `relaxedUnitFun` does not work for lamb...
# mockk
m
seems like
relaxedUnitFun
does not work for lambdas? i.e. if I create
val mockLambda = mockk<() -> Unit>(relaxedUnitFun = true)
,
mockLambda()
returns
Object
unless Unit is explicitly stubbed out