diff --git a/lang/rust/avro/tests/shared.rs b/lang/rust/avro/tests/shared.rs index 9ed919efe10..9790ddfe424 100644 --- a/lang/rust/avro/tests/shared.rs +++ b/lang/rust/avro/tests/shared.rs @@ -28,7 +28,7 @@ use std::{ const ROOT_DIRECTORY: &str = "../../../share/test/data/schemas"; #[test] -fn aa_test_schema() -> TestResult { +fn test_schema() -> TestResult { let directory: ReadDir = match std::fs::read_dir(ROOT_DIRECTORY) { Ok(root_folder) => root_folder, Err(err) => {