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 8a476aa commit 79a993fCopy full SHA for 79a993f
src/test/scala/com/fasterxml/jackson/module/scala/deser/MergeTest.scala
@@ -46,7 +46,7 @@ class MergeTest extends DeserializerTest {
46
47
it should "merge only the annotated string map" in {
48
val initial = deserialize[ClassWithMaps[String]](classJson(firstStringMapJson))
49
- val result = newBuilder.defaultMergeable(true).build()
+ val result = newMapper
50
.readerForUpdating(initial).readValue[ClassWithMaps[String]](classJson(secondStringMapJson))
51
52
result shouldBe ClassWithMaps(secondStringMap, mergedStringMap)
0 commit comments