add
This commit is contained in:
@@ -225,7 +225,7 @@ mod tests {
|
|||||||
let fill_ids = RuleFill {
|
let fill_ids = RuleFill {
|
||||||
no_use_rule: HashMap::from([("".to_string(), true)]),
|
no_use_rule: HashMap::from([("".to_string(), true)]),
|
||||||
};
|
};
|
||||||
yaml.read_dir(path.to_path_buf(), &"INFO", fill_ids)
|
yaml.read_dir(path.to_path_buf(), &"informational", fill_ids)
|
||||||
.unwrap();
|
.unwrap();
|
||||||
assert_eq!(yaml.files.len(), 5);
|
assert_eq!(yaml.files.len(), 5);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user