From 4d2b0f43f59a98fdbcc3430d9a0f4fc6fbc1eb48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20N=2E=20Robalino?= Date: Wed, 28 Aug 2019 21:01:35 -0500 Subject: [PATCH] Fix test. --- tests/filters_test.rs | 2 +- tests/tests.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/filters_test.rs b/tests/filters_test.rs index 3fb4dbd00..842b0a574 100644 --- a/tests/filters_test.rs +++ b/tests/filters_test.rs @@ -95,7 +95,7 @@ fn converts_from_csv_text_to_structured_table() { | get rusty_luck | str --to-int | sum - | echo "$it" + | echo $it "# )); diff --git a/tests/tests.rs b/tests/tests.rs index 7c157cb8a..f66ac0904 100644 --- a/tests/tests.rs +++ b/tests/tests.rs @@ -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!(