Improved error report
Lenient JSON decoding
This commit is contained in:
tom5079
2022-01-21 17:08:49 +09:00
parent 51d5f42e8b
commit b3ca1686e3
11 changed files with 55 additions and 122 deletions

View File

@@ -112,7 +112,7 @@ class ExampleInstrumentedTest {
@Test
fun test_getGalleryBlock() {
runBlocking {
val block = getGalleryBlock(2013877)
val block = getGalleryBlock(2119310)
Log.d("PUPILD", block.toString())
}