Skip to content

Commit

Permalink
Fix a problem with missing test method
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 15, 2018
1 parent ec51281 commit 2486587
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public static class Outer {
/**********************************************************************
*/

private final ObjectMapper MAPPER = newObjectMapper();
private final ObjectMapper MAPPER = newAfterburnerMapper();

// Basic for [databind#622]
public void testStructJSOGRef() throws Exception
Expand Down

0 comments on commit 2486587

Please sign in to comment.