Skip to content

Commit

Permalink
enabling the personalize step for the unit tests preemptively for the…
Browse files Browse the repository at this point in the history
… feature to be enabled
  • Loading branch information
ouchadam committed Mar 15, 2022
1 parent fe206fe commit 3d20d46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ class FakeVectorFeatures : VectorFeatures {
override fun isOnboardingAlreadyHaveAccountSplashEnabled() = true
override fun isOnboardingSplashCarouselEnabled() = true
override fun isOnboardingUseCaseEnabled() = true
override fun isOnboardingPersonalizeEnabled() = false
override fun isOnboardingPersonalizeEnabled() = true
}

0 comments on commit 3d20d46

Please sign in to comment.