Skip to content

Commit 837651a

Browse files
committed
Remove unnecessary printStackTrace
1 parent 26a80ea commit 837651a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/kotlin/com/fasterxml/jackson/module/kotlin/ReadValueTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class ReadValueTest {
1515
val src = defaultMapper.createParser("null")
1616
assertThrows<RuntimeJsonMappingException> {
1717
defaultMapper.readValue<String>(src)
18-
}.printStackTrace()
18+
}
1919
}
2020

2121
@Test

0 commit comments

Comments
 (0)