Skip to content

Commit

Permalink
Uniformise test names
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Oct 24, 2022
1 parent 7b018c2 commit 02affef
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/command_response.rs → tests/command-response.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<IoTest> = ron::from_str(&data).unwrap();
for t in tests {
println!("\n\n===========================================================",);
Expand Down
File renamed without changes.

0 comments on commit 02affef

Please sign in to comment.