mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 01:58:47 +02:00
Cover failure not found files cases.
This commit is contained in:
@ -226,4 +226,5 @@ fn errors_if_file_not_found() {
|
||||
);
|
||||
|
||||
assert!(actual.contains("File could not be opened"));
|
||||
assert!(actual.contains("file not found"));
|
||||
}
|
||||
|
Reference in New Issue
Block a user