Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
saleniuk committed Nov 8, 2023
1 parent dec6d82 commit 3fc084b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ class UserRepositoryTest {
verify(arrangement.userDAO)
.suspendFunction(arrangement.userDAO::upsertTeamMembers)
.with(any())
.wasInvoked(exactly = once)
.wasNotInvoked()
verify(arrangement.userDAO)
.suspendFunction(arrangement.userDAO::upsertUsers)
.with(any())
Expand Down

0 comments on commit 3fc084b

Please sign in to comment.