mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 10:46:53 -04:00
Fixed: ZimFileRendering
test was failing.
* This was due to a new `climate_change_mini` ZIM file being uploaded yesterday. Our URL was now downloading this new ZIM file instead of the previous one, while our test case was written for the old ZIM file to check its rendering. * To fix this, we have provided the direct URL of our ZIM file so that it works correctly.
This commit is contained in:
parent
f96ab4d44d
commit
415076665a
@ -224,7 +224,7 @@ class KiwixReaderFragmentTest : BaseActivityTest() {
|
||||
Request.Builder()
|
||||
.url(
|
||||
URI.create(
|
||||
"https://download.kiwix.org/zim/wikipedia_fr_climate_change_mini.zim"
|
||||
"https://download.kiwix.org/zim/wikipedia/wikipedia_fr_climate_change_mini_2023-05.zim"
|
||||
).toURL()
|
||||
).build()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user