This commit is contained in:
kazuminn
2021-12-09 01:35:53 +09:00
parent db3616b56d
commit a2495b6b50

View File

@@ -264,7 +264,7 @@ mod tests {
#[test]
fn test_exclude_rules_file() {
let mut yaml = yaml::ParseYaml::new();
let path = Path::new("test_files/rules/");
let path = Path::new("test_files/rules/yaml");
yaml.read_dir(path.to_path_buf(), &"", &fillter::exclude_ids())
.unwrap();
assert_eq!(yaml.ignorerule_count, 10);