From 7d8b798a78375d3695fff73c6452466d5823bd20 Mon Sep 17 00:00:00 2001 From: alan910127 <70696274+alan910127@users.noreply.github.com> Date: Sat, 2 Nov 2024 03:49:53 +0800 Subject: [PATCH] fix: typo in tests --- yazi-core/src/tab/commands/copy.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yazi-core/src/tab/commands/copy.rs b/yazi-core/src/tab/commands/copy.rs index 2bd6cec9..0b3619be 100644 --- a/yazi-core/src/tab/commands/copy.rs +++ b/yazi-core/src/tab/commands/copy.rs @@ -150,7 +150,7 @@ mod tests { let path = PathBuf::from("C:\\Users\\JohnDoe\\Downloads\\image.png"); assert_eq!( 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", ); }