Remove redundant test
This commit is contained in:
parent
a3b4d47b4e
commit
e9673c31ea
|
@ -48,17 +48,6 @@ fn open_can_parse_bson_2() {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn open_can_parse_bson_3() {
|
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!(
|
nu!(
|
||||||
output,
|
output,
|
||||||
cwd("tests/fixtures/formats"),
|
cwd("tests/fixtures/formats"),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user