mirror of
https://github.com/nushell/nushell.git
synced 2025-02-16 18:41:44 +01:00
Remove redundant test
This commit is contained in:
parent
a3b4d47b4e
commit
e9673c31ea
@ -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"),
|
||||
|
Loading…
Reference in New Issue
Block a user