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 fe70f27 commit 271d244Copy full SHA for 271d244
src/test/java/tools/jackson/databind/deser/UnwrappedWithUnknown650Test.java
@@ -31,7 +31,6 @@ void failOnUnknownPropertyUnwrapped() throws Exception {
31
final String JSON = "{'field': 'value', 'bad':'bad value'}";
32
try {
33
mapper.readValue(a2q(JSON), A.class);
34
- fail("Exception was not thrown on unknown property");
35
} catch (UnrecognizedPropertyException e) {
36
verifyException(e, "Unrecognized property");
37
}
0 commit comments