mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 17:18:34 +02:00
Fix test.
This commit is contained in:
@ -18,7 +18,6 @@ fn pipeline_helper() {
|
||||
assert_eq!(actual, r#"open los_tres_amigos.txt | from-csv | get rusty_luck | str --to-int | sum | echo "$it""#);
|
||||
}
|
||||
|
||||
|
||||
#[test]
|
||||
fn external_num() {
|
||||
let actual = nu!(
|
||||
|
Reference in New Issue
Block a user