From e9673c31eacd169238ce05aa2cc589340aba7cd2 Mon Sep 17 00:00:00 2001 From: Patrick Meredith Date: Sun, 25 Aug 2019 03:45:23 -0400 Subject: [PATCH] Remove redundant test --- tests/commands_test.rs | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tests/commands_test.rs b/tests/commands_test.rs index 84c086fd7a..649fe482b0 100644 --- a/tests/commands_test.rs +++ b/tests/commands_test.rs @@ -48,17 +48,6 @@ fn open_can_parse_bson_2() { #[test] fn open_can_parse_bson_3() { - nu!( - output, - cwd("tests/fixtures/formats"), - "open sample.bson | nth 0 | get b | echo $it" - ); - - assert_eq!(output, "hello"); -} - -#[test] -fn open_can_parse_bson_4() { nu!( output, cwd("tests/fixtures/formats"),