@@ -41,13 +41,13 @@ class TestCasesFromSlack1 {
41
41
fun testCzarSpringThing1 () {
42
42
ObjectMapper ().readValue<Event >(
43
43
"""
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 "}]}
45
45
"""
46
46
)
47
47
48
48
jacksonObjectMapper().readValue<Event >(
49
49
"""
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 "}]}
51
51
"""
52
52
)
53
53
}
@@ -78,7 +78,7 @@ class TestCasesFromSlack2 {
78
78
@Test fun testCzarSpringThing2 () {
79
79
jacksonObjectMapper().readValue<Event >(
80
80
"""
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 "}]}
82
82
"""
83
83
)
84
84
}
0 commit comments