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
| str --to-int
| sum
| echo "$it"
| echo $it
"#
));