Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Mar 8, 2022
1 parent 6b1259e commit b0a631f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configure.rs
Expand Up @@ -285,7 +285,7 @@ mod tests {

assert_eq!(
format!("{}", config),
format!(r#"{{"root":["{}"]}}"#, target_dir.replace("\\", "\\\\"))
format!(r#"{{"root":["{}"]}}"#, target_dir.replace('\\', "\\\\"))
);

config.reset().unwrap();
Expand Down

0 comments on commit b0a631f

Please sign in to comment.