mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-17 03:16:27 -04:00
#1173 fix unit test compilation
This commit is contained in:
parent
90e2b6a0a1
commit
868edb8c14
@ -392,9 +392,9 @@ class ZimManageViewModelTest {
|
||||
.assertValue(
|
||||
listOf(
|
||||
LibraryListItem.DividerItem(Long.MAX_VALUE, "1"),
|
||||
LibraryListItem.BookItem(bookWithActiveLanguage, true),
|
||||
LibraryListItem.BookItem(bookWithActiveLanguage, CanWrite4GbFile),
|
||||
LibraryListItem.DividerItem(Long.MIN_VALUE, "2"),
|
||||
LibraryListItem.BookItem(bookWithInactiveLanguage, true)
|
||||
LibraryListItem.BookItem(bookWithInactiveLanguage, CanWrite4GbFile)
|
||||
)
|
||||
)
|
||||
}
|
||||
@ -427,7 +427,7 @@ class ZimManageViewModelTest {
|
||||
.assertValue(
|
||||
listOf(
|
||||
LibraryListItem.DividerItem(Long.MIN_VALUE, "2"),
|
||||
LibraryListItem.BookItem(bookOver4Gb, false)
|
||||
LibraryListItem.BookItem(bookOver4Gb, CannotWrite4GbFile)
|
||||
)
|
||||
)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user