We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 05955a4 + c72b234 commit 5d19da3Copy full SHA for 5d19da3
src/test/kotlin/com/fasterxml/jackson/module/kotlin/test/github/Github396.kt
@@ -1,13 +1,11 @@
1
-package com.fasterxml.jackson.module.kotlin.test.github.failing
+package com.fasterxml.jackson.module.kotlin.test.github
2
3
-import com.fasterxml.jackson.databind.exc.MismatchedInputException
4
import com.fasterxml.jackson.dataformat.xml.XmlMapper
5
import com.fasterxml.jackson.module.kotlin.registerKotlinModule
6
-import com.fasterxml.jackson.module.kotlin.test.expectFailure
7
import kotlin.test.Test
8
import kotlin.test.assertEquals
9
10
-class TestGithub396 {
+class Github396 {
11
/**
12
* Succeeds in Jackson 2.11.x, but fails in Jackson 2.12.0.
13
* But succeeds again in 2.15.0.
0 commit comments