mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 06:42:21 -04:00
Android Fix for failing unit test
This commit is contained in:
parent
5bb1dfc602
commit
e32fe1f0c5
@ -35,7 +35,7 @@ public class MetaLinkNetworkEntityTest {
|
|||||||
|
|
||||||
// Basic file attributes
|
// Basic file attributes
|
||||||
assertThat(result.getFile().getName(), is("wikipedia_af_all_nopic_2016-05.zim"));
|
assertThat(result.getFile().getName(), is("wikipedia_af_all_nopic_2016-05.zim"));
|
||||||
assertThat(result.getFile().getSize(), is(63973123));
|
assertThat(result.getFile().getSize(), is(63973123L));
|
||||||
|
|
||||||
// File hashes
|
// File hashes
|
||||||
assertThat(result.getFile().getHash("md5"), is("6f06866b61c4a921b57f28cfd4307220"));
|
assertThat(result.getFile().getHash("md5"), is("6f06866b61c4a921b57f28cfd4307220"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user