I reckon in mockito that would be solved with `atL...
# mockk
g
I reckon in mockito that would be solved with
atLeastOnce()
, but it's not the case with mockK. Adding
atLeast = 1
didn't help to pass the verification