Fix test.

This commit is contained in:
Andrés N. Robalino 2019-08-28 21:01:35 -05:00
parent a07817e0e0
commit 4d2b0f43f5
2 changed files with 1 additions and 2 deletions

View File

@ -95,7 +95,7 @@ fn converts_from_csv_text_to_structured_table() {
| get rusty_luck | get rusty_luck
| str --to-int | str --to-int
| sum | sum
| echo "$it" | echo $it
"# "#
)); ));

View File

@ -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""#); assert_eq!(actual, r#"open los_tres_amigos.txt | from-csv | get rusty_luck | str --to-int | sum | echo "$it""#);
} }
#[test] #[test]
fn external_num() { fn external_num() {
let actual = nu!( let actual = nu!(