File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
WordPress/src/test/java/org/wordpress/android/support Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ class AIBotSupportViewModelTest : BaseUnitTest() {
5555 whenever(accountStore.account).thenReturn(accountModel)
5656 whenever(accountStore.hasAccessToken()).thenReturn(true )
5757 whenever(accountStore.accessToken).thenReturn(testAccessToken)
58+ whenever(networkUtilsWrapper.isNetworkAvailable()).thenReturn(true )
5859
5960 viewModel = AIBotSupportViewModel (
6061 accountStore = accountStore,
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ class HESupportViewModelTest : BaseUnitTest() {
5656 whenever(accountStore.account).thenReturn(accountModel)
5757 whenever(accountStore.hasAccessToken()).thenReturn(true )
5858 whenever(accountStore.accessToken).thenReturn(testAccessToken)
59+ whenever(networkUtilsWrapper.isNetworkAvailable()).thenReturn(true )
5960
6061 viewModel = HESupportViewModel (
6162 accountStore = accountStore,
You can’t perform that action at this time.
0 commit comments