mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 12:15:42 +02:00
Replace dirs and directories with maintained (#2949)
This commit is contained in:
@ -139,7 +139,7 @@ fn filesystem_change_to_home_directory() {
|
||||
"#
|
||||
);
|
||||
|
||||
assert_eq!(Some(PathBuf::from(actual.out)), dirs::home_dir());
|
||||
assert_eq!(Some(PathBuf::from(actual.out)), dirs_next::home_dir());
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user