I tweaked it a bit and now getting this: ``` verif...
# mockk
p
I tweaked it a bit and now getting this:
Copy code
verify { emailService.sendEmail(any(), any(), any(), any()) wasNot called }
error:
Copy code
java.lang.AssertionError: Verification failed: call 1 of 1: EmailService(#1).sendEmail(any(), any(), any(), any())) was not called