Skip to content

Commit 271d244

Browse files
committed
Remove fail
1 parent fe70f27 commit 271d244

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/tools/jackson/databind/deser/UnwrappedWithUnknown650Test.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ void failOnUnknownPropertyUnwrapped() throws Exception {
3131
final String JSON = "{'field': 'value', 'bad':'bad value'}";
3232
try {
3333
mapper.readValue(a2q(JSON), A.class);
34-
fail("Exception was not thrown on unknown property");
3534
} catch (UnrecognizedPropertyException e) {
3635
verifyException(e, "Unrecognized property");
3736
}

0 commit comments

Comments
 (0)