GH-2129 Polishing test

This commit is contained in:
Oleg Zhurakousky
2021-06-29 14:44:42 +02:00
parent 15824cfdb0
commit b17bcb90f1

View File

@@ -37,6 +37,7 @@ public class ApplicationJsonMessageMarshallingConverterTests {
initObjectMapper());
converter.convertFromInternal(
new GenericMessage<>("{ notjson }".getBytes()), JsonNode.class, null);
fail();
}
catch (MessageConversionException e) {
// Good