File tree Expand file tree Collapse file tree 3 files changed +3
-27
lines changed
src/test/kotlin/tools/jackson/module/kotlin Expand file tree Collapse file tree 3 files changed +3
-27
lines changed Original file line number Diff line number Diff line change 1- package com.fasterxml .jackson.module.kotlin.kogeraIntegration.deser
1+ package tools .jackson.module.kotlin.kogeraIntegration.deser
22
33import com.fasterxml.jackson.annotation.JsonSetter
44import com.fasterxml.jackson.annotation.Nulls
Original file line number Diff line number Diff line change 1- package com.fasterxml .jackson.module.kotlin.test
1+ package tools .jackson.module.kotlin.test
22
33import tools.jackson.databind.json.JsonMapper
44import tools.jackson.module.kotlin.KotlinFeature.StrictNullChecks
@@ -12,7 +12,7 @@ import org.junit.jupiter.api.Test
1212import org.junit.jupiter.api.assertThrows
1313import kotlin.test.assertNull
1414
15- class StrictNullChecksTest {
15+ class StrictNullChecksTestOld {
1616 private val mapper = JsonMapper .builder()
1717 .addModule(kotlinModule { enable(StrictNullChecks ) })
1818 .build()
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments