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 fa318d2 commit fe70f27Copy full SHA for fe70f27
…d/tofix/UnwrappedWithUnknown650Test.java …d/deser/UnwrappedWithUnknown650Test.javasrc/test/java/tools/jackson/databind/tofix/UnwrappedWithUnknown650Test.java renamed to src/test/java/tools/jackson/databind/deser/UnwrappedWithUnknown650Test.java
@@ -1,4 +1,4 @@
1
-package tools.jackson.databind.tofix;
+package tools.jackson.databind.deser;
2
3
import org.junit.jupiter.api.Test;
4
@@ -8,7 +8,6 @@
8
import tools.jackson.databind.exc.UnrecognizedPropertyException;
9
import tools.jackson.databind.json.JsonMapper;
10
import tools.jackson.databind.testutil.DatabindTestUtil;
11
-import tools.jackson.databind.testutil.failure.JacksonTestFailureExpected;
12
13
import static org.junit.jupiter.api.Assertions.fail;
14
@@ -23,7 +22,6 @@ static class B {
23
22
}
24
25
26
- @JacksonTestFailureExpected
27
@Test
28
void failOnUnknownPropertyUnwrapped() throws Exception {
29
final ObjectMapper mapper = JsonMapper.builder()
0 commit comments