Fix feature flag for open test (#6935)

This commit is contained in:
Reilly Wood 2022-10-28 20:25:19 -07:00 committed by GitHub
parent 8940ee6c3f
commit acb7aff6fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -208,7 +208,7 @@ fn parses_utf16_ini() {
assert_eq!(actual.out, "-236") assert_eq!(actual.out, "-236")
} }
#[cfg(feature = "database")] #[cfg(feature = "dataframe")]
#[test] #[test]
fn parses_arrow_ipc() { fn parses_arrow_ipc() {
let actual = nu!( let actual = nu!(