mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 15:58:19 +02:00
Improve tests and labeling in FilesystemShell (#1305)
Additional `ls` command tests and better FilesystemShell error and label messages.
This commit is contained in:
@ -132,7 +132,7 @@ fn errors_if_attempting_to_delete_a_directory_with_content_without_recursive_fla
|
||||
);
|
||||
|
||||
assert!(dirs.test().exists());
|
||||
assert!(actual.contains("Cannot remove non-empty directory"));
|
||||
assert!(actual.contains("cannot remove non-empty directory"));
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user