mirror of
https://github.com/nushell/nushell.git
synced 2025-01-03 13:00:08 +01: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
|
||||
| str --to-int
|
||||
| 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""#);
|
||||
}
|
||||
|
||||
|
||||
#[test]
|
||||
fn external_num() {
|
||||
let actual = nu!(
|
||||
|
Loading…
Reference in New Issue
Block a user