diff --git a/sync/fdroid/src/test/kotlin/com/looker/sync/fdroid/V1ParserTest.kt b/sync/fdroid/src/test/kotlin/com/looker/sync/fdroid/V1ParserTest.kt index df2a3ca48..fe2c9d8fa 100644 --- a/sync/fdroid/src/test/kotlin/com/looker/sync/fdroid/V1ParserTest.kt +++ b/sync/fdroid/src/test/kotlin/com/looker/sync/fdroid/V1ParserTest.kt @@ -43,6 +43,11 @@ class V1ParserTest { private val v2JsonFile = getResource("izzy_index_v2.json") private val repo = Izzy + /** + * Use jackson's streaming api to parse json's + * https://www.baeldung.com/jackson-streaming-api + * https://github.com/FasterXML/jackson-docs/wiki/JacksonStreamingApi + */ @Test fun `parse v1 json and compare with v2`() = runTest(dispatcher) { requireNotNull(jarFile)