I don't see `coAssert` in the codebase at all. I a...
# mockk
n
I don't see
coAssert
in the codebase at all. I also don't see it in autocomplete, but I do see
coEvery
and
coVerify
. I'm on
1.13.3
Did it not make it in?
e
assert
and
coAssert
were deprecated and removed
n
thanks!