mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 10:45:41 +02:00
Remove dead BSON related tests (#10458)
Those tests where behind a feature flag `bson` that is never defined in `Cargo.toml` Remove them.
This commit is contained in:
committed by
GitHub
parent
addf8ca942
commit
0c7a8e3634
@ -1,17 +0,0 @@
|
||||
#[cfg(feature = "bson")]
|
||||
#[test]
|
||||
fn table_to_bson_and_back_into_table() {
|
||||
use nu_test_support::{nu, pipeline};
|
||||
let actual = nu!(
|
||||
cwd: "tests/fixtures/formats", pipeline(
|
||||
r#"
|
||||
open sample.bson
|
||||
| to bson
|
||||
| from bson
|
||||
| get root
|
||||
| get 1.b
|
||||
"#
|
||||
));
|
||||
|
||||
assert_eq!(actual.out, "whel");
|
||||
}
|
@ -1,4 +1,3 @@
|
||||
mod bson;
|
||||
mod csv;
|
||||
#[cfg(feature = "extra")]
|
||||
mod html;
|
||||
|
Reference in New Issue
Block a user