Skip to content

Commit 0eb1a4b

Browse files
committed
Update test file for #5405
1 parent f80ad72 commit 0eb1a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/tools/jackson/databind/tofix/MapFormatShape5405Test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public Bean5405Override(int value) {
7575
public void testSerializeAsPOJOViaProperty() throws Exception
7676
{
7777
String result = MAPPER.writeValueAsString(new Bean5405Container(1,0,3));
78-
assertEquals(a2q("{'a':{'extra':13,'empty':false},'c':{'empty':false,'value':3}}"),
78+
assertEquals(a2q("{'a':{'extra':13,'empty':false},'c':{'extra':13,'empty':false}}"),
7979
result);
8080
}
8181

0 commit comments

Comments
 (0)