Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
k163377 committed May 16, 2021
1 parent 2ba9307 commit 4e2f3f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ class DslTest {
}

@Test
fun creatJsonMappereWithEmptyInitializer() {
fun creatJsonMapperWithEmptyInitializer() {
val mapper = jsonMapper {}
assertNotNull(mapper)
}

@Test
fun creatJsonMappereWithBuilderOptions() {
fun creatJsonMapperWithBuilderOptions() {
val mapper = jsonMapper {
enable(JsonReadFeature.ALLOW_JAVA_COMMENTS)
disable(JsonWriteFeature.QUOTE_FIELD_NAMES)
Expand Down

0 comments on commit 4e2f3f0

Please sign in to comment.