File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
WordPress/src/test/java/org/wordpress/android/support/main/ui Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -145,8 +145,10 @@ class SupportViewModelTest : BaseUnitTest() {
145145 // Note: For WordPress variant (IS_JETPACK_APP=false), these options should be hidden
146146 // For Jetpack variant (IS_JETPACK_APP=true), they should be shown when user has access token
147147 // This test will behave differently based on which variant is being tested
148- assertThat(viewModel.optionsVisibility.value.showAskTheBots).isEqualTo(org.wordpress.android.BuildConfig .IS_JETPACK_APP )
149- assertThat(viewModel.optionsVisibility.value.showAskHappinessEngineers).isEqualTo(org.wordpress.android.BuildConfig .IS_JETPACK_APP )
148+ assertThat(viewModel.optionsVisibility.value.showAskTheBots)
149+ .isEqualTo(org.wordpress.android.BuildConfig .IS_JETPACK_APP )
150+ assertThat(viewModel.optionsVisibility.value.showAskHappinessEngineers)
151+ .isEqualTo(org.wordpress.android.BuildConfig .IS_JETPACK_APP )
150152 }
151153
152154 @Test
You can’t perform that action at this time.
0 commit comments