mirror of
https://github.com/danbulant/nushell
synced 2026-05-19 20:38:40 +00:00
Remove redundant test
This commit is contained in:
parent
a3b4d47b4e
commit
e9673c31ea
1 changed files with 0 additions and 11 deletions
|
|
@ -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 a new issue