diff --git a/src/options/level_tuning.rs b/src/options/level_tuning.rs index 94c9aef8..cc5e8adb 100644 --- a/src/options/level_tuning.rs +++ b/src/options/level_tuning.rs @@ -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();