martin-g commented on code in PR #239:
URL: https://github.com/apache/avro-rs/pull/239#discussion_r2225461057
##########
avro_derive/tests/derive.rs:
##########
@@ -621,6 +656,55 @@ mod test_derive {
serde_assert(enum_included);
}
+ #[test]
+ fn test_enum_named() {
Review Comment:
```suggestion
fn avro_rs_239_test_enum_named() {
```
##########
avro_derive/tests/derive.rs:
##########
@@ -209,6 +209,41 @@ mod test_derive {
}
}
+ #[test]
+ fn test_named_record() {
Review Comment:
```suggestion
fn avro_rs_239_test_named_record() {
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]