Skip to content

Commit 6f6ebe9

Browse files
committed
fix tests
1 parent 3d4d1df commit 6f6ebe9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/kotlin/com/fasterxml/jackson/module/kotlin/_ported/test/github/TestCasesFromSlack.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ class TestCasesFromSlack1 {
4141
fun testCzarSpringThing1() {
4242
ObjectMapper().readValue<Event>(
4343
"""
44-
{"host":{"id":"host123","name":"A Czar"},"activity":"Kotlin Programming","invited":[{"id":"Guest1","name":"Mr Kotlin","rsvp": "going"}]}
44+
{"host":{"id":"host123","name":"A Czar"},"activity":"Kotlin Programming","invited":[{"id":"Guest1","name":"Mr Kotlin","rsvp": "Going"}]}
4545
"""
4646
)
4747

4848
jacksonObjectMapper().readValue<Event>(
4949
"""
50-
{"host":{"id":"host123","name":"A Czar"},"activity":"Kotlin Programming","invited":[{"id":"Guest1","name":"Mr Kotlin","rsvp": "going"}]}
50+
{"host":{"id":"host123","name":"A Czar"},"activity":"Kotlin Programming","invited":[{"id":"Guest1","name":"Mr Kotlin","rsvp": "Going"}]}
5151
"""
5252
)
5353
}
@@ -78,7 +78,7 @@ class TestCasesFromSlack2 {
7878
@Test fun testCzarSpringThing2() {
7979
jacksonObjectMapper().readValue<Event>(
8080
"""
81-
{"host":{"id":"host123","name":"A Czar"},"activity":"Kotlin Programming","invited":[{"id":"Guest1","name":"Mr Kotlin","rsvp": "going"}]}
81+
{"host":{"id":"host123","name":"A Czar"},"activity":"Kotlin Programming","invited":[{"id":"Guest1","name":"Mr Kotlin","rsvp": "Going"}]}
8282
"""
8383
)
8484
}

0 commit comments

Comments
 (0)