We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba9307 commit 4e2f3f0Copy full SHA for 4e2f3f0
src/test/kotlin/com/fasterxml/jackson/module/kotlin/DslTest.kt
@@ -50,13 +50,13 @@ class DslTest {
50
}
51
52
@Test
53
- fun creatJsonMappereWithEmptyInitializer() {
+ fun creatJsonMapperWithEmptyInitializer() {
54
val mapper = jsonMapper {}
55
assertNotNull(mapper)
56
57
58
59
- fun creatJsonMappereWithBuilderOptions() {
+ fun creatJsonMapperWithBuilderOptions() {
60
val mapper = jsonMapper {
61
enable(JsonReadFeature.ALLOW_JAVA_COMMENTS)
62
disable(JsonWriteFeature.QUOTE_FIELD_NAMES)
0 commit comments