We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e2e2501 + d17ead1 commit ec06d64Copy full SHA for ec06d64
src/test/kotlin/com/fasterxml/jackson/module/kotlin/test/github/Github145.kt
@@ -5,7 +5,6 @@ import com.fasterxml.jackson.annotation.JsonProperty
5
import com.fasterxml.jackson.databind.ObjectMapper
6
import com.fasterxml.jackson.module.kotlin.jacksonObjectMapper
7
import com.fasterxml.jackson.module.kotlin.readValue
8
-import org.junit.Ignore
9
import org.junit.Test
10
11
class TestGithub145 {
@@ -125,7 +124,6 @@ class TestGithub145 {
125
124
}
126
127
@Test
128
- @Ignore("Broke at some point on 2.12 branch (before automated tests were working)")
129
fun testPersonGood7() {
130
val personGood7String = objectMapper.readValue<PersonGood7>(""""TestPreName,TestLastname"""")
131
val personGood7Json =
0 commit comments