Skip to content

Commit

Permalink
Describe new failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
dinomite committed Mar 7, 2021
1 parent dd047d6 commit 6a3ed6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import org.junit.Test
import kotlin.test.assertEquals

class TestGithub80 {

@Test
fun testIsBool() {
val mapper = jacksonObjectMapper()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ import org.junit.Ignore
import org.junit.Test
import kotlin.test.assertEquals

/**
* Fields named "is…" are only serialized if they are Boolean
*/
class TestGitHub337 {
private val mapper = jacksonObjectMapper()
.setSerializationInclusion(JsonInclude.Include.ALWAYS)
Expand Down

0 comments on commit 6a3ed6e

Please sign in to comment.