Skip to content

Commit

Permalink
Merge pull request #708 from k163377/fix-396-test-name
Browse files Browse the repository at this point in the history
Correction of package and class names in Github396
  • Loading branch information
k163377 committed Sep 10, 2023
2 parents 05955a4 + c72b234 commit 5d19da3
Showing 1 changed file with 2 additions and 4 deletions.
@@ -1,13 +1,11 @@
package com.fasterxml.jackson.module.kotlin.test.github.failing
package com.fasterxml.jackson.module.kotlin.test.github

import com.fasterxml.jackson.databind.exc.MismatchedInputException
import com.fasterxml.jackson.dataformat.xml.XmlMapper
import com.fasterxml.jackson.module.kotlin.registerKotlinModule
import com.fasterxml.jackson.module.kotlin.test.expectFailure
import kotlin.test.Test
import kotlin.test.assertEquals

class TestGithub396 {
class Github396 {
/**
* Succeeds in Jackson 2.11.x, but fails in Jackson 2.12.0.
* But succeeds again in 2.15.0.
Expand Down

0 comments on commit 5d19da3

Please sign in to comment.