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"),