Skip to content

Commit

Permalink
tests(io): rename rules test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Aug 9, 2024
1 parent 520ee29 commit 4ea9fda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ mod tests {
}
// Test the parsing of a config file.
#[test]
fn config_rules() {
fn rules_parsing() {
let config_path = Path::new("tests/data/rules.yaml");
parse_rules(&config_path);
}
Expand Down

0 comments on commit 4ea9fda

Please sign in to comment.