Switch from_csv to output rows

This commit is contained in:
Jonathan Turner
2019-07-20 18:44:21 +12:00
parent 58e09e2295
commit c36c2a7b50
4 changed files with 22 additions and 12 deletions

View File

@ -17,7 +17,7 @@ fn open_csv() {
nu!(
output,
cwd("tests/fixtures/formats"),
"open caco3_plastics.csv | get root | first 1 | get origin | echo $it"
"open caco3_plastics.csv | first 1 | get origin | echo $it"
);
assert_eq!(output, "SPAIN");