File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
src/test/java/tools/jackson/databind/tofix Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 1010
1111import tools .jackson .databind .*;
1212import tools .jackson .databind .testutil .DatabindTestUtil ;
13- import tools .jackson .databind .testutil .failure .JacksonTestFailureExpected ;
1413
1514import static org .junit .jupiter .api .Assertions .assertEquals ;
1615
@@ -67,10 +66,8 @@ public Bean5405Override(int value) {
6766 /**********************************************************
6867 */
6968
70- final private ObjectMapper MAPPER = newJsonMapper ();
69+ private final ObjectMapper MAPPER = newJsonMapper ();
7170
72- // Can't yet use per-property overrides at all, see [databind#5405]
73- @ JacksonTestFailureExpected
7471 @ Test
7572 public void testSerializeAsPOJOViaProperty () throws Exception
7673 {
You can’t perform that action at this time.
0 commit comments