mirror of
https://github.com/nushell/nushell.git
synced 2025-08-19 10:32:21 +02:00
More ununwraps (#1152)
* More ununwraps * More ununwraps * Update completer.rs * Update completer.rs
This commit is contained in:
@@ -96,7 +96,7 @@ fn filesystem_change_to_home_directory() {
|
||||
"#
|
||||
);
|
||||
|
||||
assert_eq!(PathBuf::from(actual), dirs::home_dir().unwrap());
|
||||
assert_eq!(Some(PathBuf::from(actual)), dirs::home_dir());
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user