Description
SchemaException e = assertThrows(SchemaException.class, () -> newSchema.read(buffer));
e.getMessage().contains("Missing value for field 'field2' which has no default value");
It does not use the assert check.
Attachments
Issue Links
- links to