Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-radhika-s committed Feb 8, 2024
1 parent 6abbd38 commit e19d9ee
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class IntroViewModelTest {
private val userPreferences = mock<UserPreferences>()
private val navigator = mock<AppNavigator>()


@Test
fun `completedIntro should set IntroShown to true`() = runTest {
whenever(userPreferences.currentUser).thenReturn(mock())
Expand Down

0 comments on commit e19d9ee

Please sign in to comment.