mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 02:55:07 +02:00
Rust 1.85, edition=2024 (#15741)
This commit is contained in:
@ -262,11 +262,12 @@ fn test_change_windows_drive() {
|
||||
subst Z: /d
|
||||
"#
|
||||
);
|
||||
assert!(dirs
|
||||
.test()
|
||||
.join("test_folder")
|
||||
.join("test_file.txt")
|
||||
.exists());
|
||||
assert!(
|
||||
dirs.test()
|
||||
.join("test_folder")
|
||||
.join("test_file.txt")
|
||||
.exists()
|
||||
);
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user