Skip to content

Commit

Permalink
Fix windows path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-karpenko authored Nov 25, 2024
1 parent 21260b9 commit 0be02e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ fn output_option_use_config() {
let testdata = copy_of_testdata("factorial");
write_config_file(
&testdata,
&format!("output = \"{}\"\n", output_via_config.to_str().unwrap()),
&format!("output = \"{}\"\n", output_via_config.display()),
);

assert!(
Expand Down

0 comments on commit 0be02e5

Please sign in to comment.