Creates a shared JVM-test module and moves the jackson inlining tests there

This commit is contained in:
Vitor Pamplona
2025-09-23 13:45:48 -04:00
parent 313e2519b2
commit fadd9c1940
2 changed files with 10 additions and 1 deletions
@@ -21,8 +21,8 @@
package com.vitorpamplona.quartz.nip01Core.jackson
import com.fasterxml.jackson.module.kotlin.jacksonObjectMapper
import org.junit.Assert.assertEquals
import kotlin.test.Test
import kotlin.test.assertEquals
class InliningTagArrayPrettyPrinterTest {
val mapper =