mirror of
https://github.com/nushell/nushell
synced 2025-01-13 21:55:07 +00:00
Fix feature flag for open
test (#6935)
This commit is contained in:
parent
8940ee6c3f
commit
acb7aff6fb
1 changed files with 1 additions and 1 deletions
|
@ -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!(
|
||||||
|
|
Loading…
Reference in a new issue