diff --git a/tests/commands_test.rs b/tests/commands_test.rs index 2b52590bf..db0121a9c 100644 --- a/tests/commands_test.rs +++ b/tests/commands_test.rs @@ -308,19 +308,6 @@ fn get_more_than_one_member() { }) } -#[test] -fn get_requires_at_least_one_member() { - Playground::setup("first_test_3", |dirs, sandbox| { - sandbox.with_files(vec![EmptyFile("andres.txt")]); - - let actual = nu!( - cwd: dirs.test(), "ls | get" - ); - - assert!(actual.contains("[row: name"), format!("{:?}", actual)); - }) -} - #[test] fn lines() { let actual = nu!(