Consistent yaml extension.

pull/3/head
Joshua Potter 2022-01-09 10:05:55 -05:00
parent f88522aa06
commit fc71f4bb75
3 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ mod tests {
env::set_var("HOME", &home_dir);
env::set_var("XDG_CONFIG_HOME", "");
let template = path::resolve(Path::new("examples/template.yaml")).unwrap();
let template = path::resolve(Path::new("examples/template.yml")).unwrap();
let config = config::load(&vec![template]).unwrap();
func(&config, &home_dir);