Skip to content

Commit 4e2f3f0

Browse files
committed
fix typo
1 parent 2ba9307 commit 4e2f3f0

File tree

1 file changed

+2
-2
lines changed
  • src/test/kotlin/com/fasterxml/jackson/module/kotlin

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ class DslTest {
5050
}
5151

5252
@Test
53-
fun creatJsonMappereWithEmptyInitializer() {
53+
fun creatJsonMapperWithEmptyInitializer() {
5454
val mapper = jsonMapper {}
5555
assertNotNull(mapper)
5656
}
5757

5858
@Test
59-
fun creatJsonMappereWithBuilderOptions() {
59+
fun creatJsonMapperWithBuilderOptions() {
6060
val mapper = jsonMapper {
6161
enable(JsonReadFeature.ALLOW_JAVA_COMMENTS)
6262
disable(JsonWriteFeature.QUOTE_FIELD_NAMES)

0 commit comments

Comments
 (0)