Skip to content

Commit c8973d5

Browse files
author
Tatu Saloranta
committed
...
1 parent 3bc79c6 commit c8973d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ import org.hamcrest.CoreMatchers.not
99
import org.hamcrest.MatcherAssert.assertThat
1010
import org.junit.Test
1111

12+
// [module-kotlin#225]: keep Kotlin singletons as singletons
1213
class ObjectSingletonTest {
1314

1415
val mapper: ObjectMapper = jacksonObjectMapper()
15-
.configure(SerializationFeature.INDENT_OUTPUT, false)
1616

1717
object Singleton {
1818
var content = 1 // mutable state

0 commit comments

Comments
 (0)