From 65ae24fbf15406d1470f260b95190c4db3f16eb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20N=2E=20Robalino?= Date: Thu, 31 Oct 2019 04:42:18 -0500 Subject: [PATCH] suite in place. --- tests/command_get_tests.rs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/command_get_tests.rs b/tests/command_get_tests.rs index e3c2272a..a6a4dea8 100644 --- a/tests/command_get_tests.rs +++ b/tests/command_get_tests.rs @@ -2,6 +2,7 @@ mod helpers; use helpers as h; use helpers::{Playground, Stub::*}; + #[test] fn get() { Playground::setup("get_test_1", |dirs, sandbox| { @@ -88,7 +89,7 @@ fn fetches_more_than_one_column_member_path() { #[test] fn errors_fetching_by_index_out_of_bounds_from_table() { - Playground::setup("get_test_2", |dirs, sandbox| { + Playground::setup("get_test_4", |dirs, sandbox| { sandbox.with_files(vec![FileWithContent( "sample.toml", r#" @@ -113,7 +114,7 @@ fn errors_fetching_by_index_out_of_bounds_from_table() { #[test] fn requires_at_least_one_column_member_path() { - Playground::setup("first_test_4", |dirs, sandbox| { + Playground::setup("get_test_5", |dirs, sandbox| { sandbox.with_files(vec![EmptyFile("andres.txt")]); let actual = nu_error!(