mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-07 14:20:58 -04:00
Fixed: ZimManageViewModelTest
was failing on CI.
This commit is contained in:
parent
e0849fa183
commit
2e9417c3ac
@ -167,6 +167,7 @@ class ZimManageViewModelTest {
|
|||||||
} returns networkCapabilities
|
} returns networkCapabilities
|
||||||
every { networkCapabilities.hasTransport(TRANSPORT_WIFI) } returns true
|
every { networkCapabilities.hasTransport(TRANSPORT_WIFI) } returns true
|
||||||
every { sharedPreferenceUtil.prefWifiOnly } returns true
|
every { sharedPreferenceUtil.prefWifiOnly } returns true
|
||||||
|
coEvery { onlineLibraryManager.getOnlineBooksLanguage() } returns listOf("eng")
|
||||||
downloads.value = emptyList()
|
downloads.value = emptyList()
|
||||||
booksOnFileSystem.value = emptyList()
|
booksOnFileSystem.value = emptyList()
|
||||||
books.value = emptyList()
|
books.value = emptyList()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user