Closed tomchipchase closed 4 years ago
When calling .valid? on an avromatic model with a missing field that is required, the validation passes with no errors.
.valid?
However, when we then try to call avro_message_value on the object, it raises a Avro::IO::AvroTypeError (as expected).
avro_message_value
Avro::IO::AvroTypeError
Apologies, this appears to be fixed in a newer version, we were on 1.0.0.
When calling
.valid?
on an avromatic model with a missing field that is required, the validation passes with no errors.However, when we then try to call
avro_message_value
on the object, it raises aAvro::IO::AvroTypeError
(as expected).