mirror of
https://github.com/nushell/nushell.git
synced 2025-08-19 08:01:30 +02:00
Fix issue in external subexpression paths (#3642)
* Fix issue in external subexpression paths * new clippy dropped * clippy
This commit is contained in:
@@ -18,7 +18,7 @@ fn runs_configuration_startup_commands() {
|
||||
|
||||
nu.with_config(&file);
|
||||
|
||||
assert_that!(nu.pipeline("hello-world"), says().to_stdout("Nu World"));
|
||||
assert_that!(nu.pipeline("hello-world"), says().stdout("Nu World"));
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user