diff --git a/tests/change_pin.rs b/tests/change-pin.rs similarity index 100% rename from tests/change_pin.rs rename to tests/change-pin.rs diff --git a/tests/command_response.ron b/tests/command-response.ron similarity index 100% rename from tests/command_response.ron rename to tests/command-response.ron diff --git a/tests/command_response.rs b/tests/command-response.rs similarity index 99% rename from tests/command_response.rs rename to tests/command-response.rs index 46a81dbb..22f8d497 100644 --- a/tests/command_response.rs +++ b/tests/command-response.rs @@ -494,7 +494,7 @@ impl IoCmd { #[test_log::test] fn command_response() { - let data = std::fs::read_to_string("tests/command_response.ron").unwrap(); + let data = std::fs::read_to_string("tests/command-response.ron").unwrap(); let tests: Vec = ron::from_str(&data).unwrap(); for t in tests { println!("\n\n===========================================================",); diff --git a/tests/gpg_status.rs b/tests/gpg-status.rs similarity index 100% rename from tests/gpg_status.rs rename to tests/gpg-status.rs