Skip to content

Commit fe4464d

Browse files
committed
Fix package
1 parent ecefa17 commit fe4464d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/kotlin/com/fasterxml/jackson/module/kotlin/test/github/failing/Github285JsonValueRegression.kt

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

33
import com.fasterxml.jackson.annotation.JsonIgnore
44
import com.fasterxml.jackson.annotation.JsonValue
@@ -23,4 +23,4 @@ class Github297JsonValueRegression {
2323
assertEquals(expectedObj, actualObj)
2424

2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)