Skip to content

Commit

Permalink
AVRO-3794: Rename test method back
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <mgrigorov@apache.org>
  • Loading branch information
martin-g committed Jul 8, 2023
1 parent e503f2e commit 130a4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/rust/avro/tests/shared.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 130a4e7

Please sign in to comment.