Remove redundant test

This commit is contained in:
Patrick Meredith 2019-08-25 03:45:23 -04:00
parent a3b4d47b4e
commit e9673c31ea

View File

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