mirror of
https://github.com/nushell/nushell.git
synced 2025-04-22 20:28:22 +02:00
Fix test.
This commit is contained in:
parent
a07817e0e0
commit
4d2b0f43f5
@ -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
|
||||||
"#
|
"#
|
||||||
));
|
));
|
||||||
|
|
||||||
|
@ -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!(
|
||||||
|
Loading…
Reference in New Issue
Block a user