Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-radhika-s committed Feb 8, 2024
1 parent e19d9ee commit 344d1e5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class HomeScreenViewModelTest {
private lateinit var viewModel: HomeScreenViewModel

private fun setUp() {
whenever(userPreferences.currentUser).thenReturn(user1)
viewModel = HomeScreenViewModel(
navigator = navigator,
locationManager = locationManager,
Expand Down

0 comments on commit 344d1e5

Please sign in to comment.