martin-g commented on code in PR #2374:
URL: https://github.com/apache/avro/pull/2374#discussion_r1270303774
##########
lang/rust/avro/src/types.rs:
##########
@@ -1055,6 +1068,56 @@ mod tests {
use pretty_assertions::assert_eq;
use uuid::Uuid;
+ #[test]
+ fn validate_nested_records_with_implicit_namespace() -> TestResult {
Review Comment:
```suggestion
fn avro_3809_validate_nested_records_with_implicit_namespace() ->
TestResult {
```
--
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]