fixed #31 on libpupil

#TODO: fix app side to completely resolve the issue
This commit is contained in:
tom5079
2019-12-11 19:52:25 +09:00
parent 4eef0b93fb
commit 657fb488ee
2 changed files with 13 additions and 10 deletions

View File

@@ -87,9 +87,9 @@ class UnitTest {
@Test
fun test_urlFromUrlFromHash() {
val url = urlFromUrlFromHash(1510702, GalleryInfo(
210, "56e9e1b8bb72194777ed93fee11b06070b905039dd11348b070bcf1793aaed7b", 1, "6.jpg", 300
))
val url = urlFromUrlFromHash(1531795, GalleryInfo(
212, "719d46a7556be0d0021c5105878507129b5b3308b02cf67f18901b69dbb3b5ef", 1, "00.jpg", 300
), "webp")
print(url)
}