From b9c415eab5b45a25d53b0389b60a17c0dd24e64a Mon Sep 17 00:00:00 2001 From: kazuminn Date: Thu, 2 Dec 2021 00:43:31 +0900 Subject: [PATCH] add --- src/yaml.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yaml.rs b/src/yaml.rs index 9d5ece71..ecb241d3 100644 --- a/src/yaml.rs +++ b/src/yaml.rs @@ -225,7 +225,7 @@ mod tests { let fill_ids = RuleFill { 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(); assert_eq!(yaml.files.len(), 5); }