Skip to content

Commit 6a3ed6e

Browse files
committed
Describe new failing test
1 parent dd047d6 commit 6a3ed6e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import org.junit.Test
66
import kotlin.test.assertEquals
77

88
class TestGithub80 {
9-
109
@Test
1110
fun testIsBool() {
1211
val mapper = jacksonObjectMapper()

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ import org.junit.Ignore
88
import org.junit.Test
99
import kotlin.test.assertEquals
1010

11+
/**
12+
* Fields named "is…" are only serialized if they are Boolean
13+
*/
1114
class TestGitHub337 {
1215
private val mapper = jacksonObjectMapper()
1316
.setSerializationInclusion(JsonInclude.Include.ALWAYS)

0 commit comments

Comments
 (0)