Another story after updating mockk to latest versi...
# mockk
m
Another story after updating mockk to latest version (
1.13.4)
. One of my test suites started to fail because of using non argument version of
confirmVerified()
. Tests started to fail because of some non verified mocks from another test class. Is it expected behaviour? Bumped from
1.12.3
so not sure exactly in which version it started to fail.