Fixed bug fetching old galleries from hiyobi

This commit is contained in:
tom5079
2019-11-15 19:47:09 +09:00
parent 69fc3ad4e8
commit c004c7f71a
2 changed files with 9 additions and 1 deletions

View File

@@ -20,6 +20,7 @@ package xyz.quaver.hitomi
import org.junit.Assert.assertEquals
import org.junit.Test
import xyz.quaver.availableInHiyobi
class UnitTest {
@Test
@@ -92,4 +93,11 @@ class UnitTest {
print(url)
}
@Test
fun test_availableInHiyobi() {
val result = availableInHiyobi(1272781)
print(result)
}
}