Skip to content

Commit

Permalink
fix: add missing mock
Browse files Browse the repository at this point in the history
  • Loading branch information
Redd87 committed Nov 29, 2024
1 parent 0c854cc commit 54162d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ class EventViewModelTest {
}

every { associationRepositoryFirestore.getAssociations(any(), any()) } answers {}
every { associationRepositoryFirestore.saveAssociation(any(), any(), any()) } answers {}

eventViewModel = EventViewModel(repository, imageRepository, associationRepositoryFirestore)
}
Expand Down

0 comments on commit 54162d9

Please sign in to comment.