You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the first verify(activeRepository.insertAll call is verified. Then, the second fails, because the verified call is excluded. See the "Note, when mockito verifies" text in the docs.
I'm trying to run a test to determine if a method is called. In order to do this I'm using the verify method from the mockito package.
However, I'm finding that the verify method is failing even though it shows up in the list of calls that were made during the test.
Test
Result
The text was updated successfully, but these errors were encountered: