mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 02:36:24 -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
|
||||
every { networkCapabilities.hasTransport(TRANSPORT_WIFI) } returns true
|
||||
every { sharedPreferenceUtil.prefWifiOnly } returns true
|
||||
coEvery { onlineLibraryManager.getOnlineBooksLanguage() } returns listOf("eng")
|
||||
downloads.value = emptyList()
|
||||
booksOnFileSystem.value = emptyList()
|
||||
books.value = emptyList()
|
||||
|
Loading…
x
Reference in New Issue
Block a user