Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperCuber committed Jul 13, 2024
1 parent 11c97ee commit 673bcf9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ mod test {

assert_eq!(
cat,
&FileTarget::Automatic(PathBuf::from("~/.QuarticCat").into())
&FileTarget::Automatic(PathBuf::from("~/.QuarticCat"))
);

assert_eq!(
Expand Down
2 changes: 0 additions & 2 deletions src/handlebars_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,6 @@ mod test {
#[cfg(feature = "scripting")]
helpers: Helpers::new(),
packages: maplit::btreemap! { "default".into() => true, "disabled".into() => false },
recurse: true,
settings: Settings::default(),
};
let handlebars = create_new_handlebars(&mut config).unwrap();
Expand All @@ -390,7 +389,6 @@ mod test {
#[cfg(feature = "scripting")]
helpers: Helpers::new(),
packages: BTreeMap::new(),
recurse: true,
settings: Settings::default(),
};
let handlebars = create_new_handlebars(&mut config).unwrap();
Expand Down

0 comments on commit 673bcf9

Please sign in to comment.