Skip to content

Commit

Permalink
test: return value when userviewModel.avatar is called
Browse files Browse the repository at this point in the history
  • Loading branch information
Harrish92 committed Dec 20, 2024
1 parent 6c67b7d commit 3fad4f4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ class EditProfileTest {

`when`(navigationActions.currentRoute()).thenReturn(Route.PROFILE)
`when`(userViewModel.formState).thenReturn(formState)
`when`(userViewModel.avatar).thenReturn(mutableStateOf(ByteArray(0)))
}

@Test
Expand Down

0 comments on commit 3fad4f4

Please sign in to comment.