Fix: test file's path was incorrect

This commit is contained in:
itiB
2022-04-07 01:24:26 +09:00
parent e715935bb6
commit e119ba8f14

View File

@@ -145,7 +145,7 @@ mod tests {
level: high
"#;
let path = "test_files/rules/level_tuning_sample.yml";
let path = "test_files/rules/level_tuning.txt";
let mut file = File::create(path).unwrap();
let buf = rule_str.as_bytes();
file.write_all(buf).unwrap();