Skip to content

Commit 5d19da3

Browse files
authored
Merge pull request #708 from k163377/fix-396-test-name
Correction of package and class names in Github396
2 parents 05955a4 + c72b234 commit 5d19da3

File tree

1 file changed

+2
-4
lines changed
  • src/test/kotlin/com/fasterxml/jackson/module/kotlin/test/github

1 file changed

+2
-4
lines changed

src/test/kotlin/com/fasterxml/jackson/module/kotlin/test/github/Github396.kt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
package com.fasterxml.jackson.module.kotlin.test.github.failing
1+
package com.fasterxml.jackson.module.kotlin.test.github
22

3-
import com.fasterxml.jackson.databind.exc.MismatchedInputException
43
import com.fasterxml.jackson.dataformat.xml.XmlMapper
54
import com.fasterxml.jackson.module.kotlin.registerKotlinModule
6-
import com.fasterxml.jackson.module.kotlin.test.expectFailure
75
import kotlin.test.Test
86
import kotlin.test.assertEquals
97

10-
class TestGithub396 {
8+
class Github396 {
119
/**
1210
* Succeeds in Jackson 2.11.x, but fails in Jackson 2.12.0.
1311
* But succeeds again in 2.15.0.

0 commit comments

Comments
 (0)