mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 03:08:24 +02:00
Fix failed test case
This commit is contained in:
@ -103,8 +103,9 @@ fn test_usage_for_pwd_per_drive() {
|
||||
DriveToPwdMap::ensure_trailing_delimiter(&sys_abs)
|
||||
)))
|
||||
);
|
||||
} else {
|
||||
assert_eq!(expanded, Some(PathBuf::from(r"D:\test")));
|
||||
}
|
||||
assert_eq!(expanded, Some(PathBuf::from(r"D:\test")));
|
||||
}
|
||||
|
||||
struct DriveToPwdMap {
|
||||
|
Reference in New Issue
Block a user