Fixed: ZimManageViewModelTest was failing on CI.

This commit is contained in:
MohitMaliFtechiz 2025-07-02 14:11:03 +05:30
parent e0849fa183
commit 2e9417c3ac

View File

@ -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()