Skip to content

Commit

Permalink
update contract_windows_style_root_directory test
Browse files Browse the repository at this point in the history
  • Loading branch information
cymruu committed Jul 7, 2022
1 parent 091a509 commit 7ce6e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/directory.rs
Expand Up @@ -429,7 +429,7 @@ mod tests {
let top_level_path = Path::new("C:\\Users\\astronaut");

let output = contract_path(full_path, top_level_path, "~");
assert_eq!(output, "C:");
assert_eq!(output, "C:/");
}

#[test]
Expand Down

0 comments on commit 7ce6e1f

Please sign in to comment.