mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fix: typo in tests
This commit is contained in:
parent
2840d5ba2b
commit
7d8b798a78
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ mod tests {
|
||||||
let path = PathBuf::from("C:\\Users\\JohnDoe\\Downloads\\image.png");
|
let path = PathBuf::from("C:\\Users\\JohnDoe\\Downloads\\image.png");
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
path_to_os_str(&path, PathSeparator::Unix).to_str(),
|
path_to_os_str(&path, PathSeparator::Unix).to_str(),
|
||||||
Some("C:/Users/JohnDow/Downloads/image.png"),
|
Some("C:/Users/JohnDoe/Downloads/image.png"),
|
||||||
"windows-unix",
|
"windows-unix",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue