Skip to content

Commit

Permalink
fix: added necessary function mock in failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
JuancaG05 committed Sep 23, 2024
1 parent 19a0293 commit e3707c6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ class EditPrivateShareFragmentTest {
@Before
fun setUp() {
every { shareViewModel.privateShare } returns privateShareAsLiveData
every { shareViewModel.isResharingAllowed() } returns true

stopKoin()

Expand Down

0 comments on commit e3707c6

Please sign in to comment.