Android Fix for failing unit test

This commit is contained in:
mhutti1 2016-07-20 19:46:16 +01:00
parent 5bb1dfc602
commit e32fe1f0c5

View File

@ -35,7 +35,7 @@ public class MetaLinkNetworkEntityTest {
// Basic file attributes
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
assertThat(result.getFile().getHash("md5"), is("6f06866b61c4a921b57f28cfd4307220"));