mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 07:16:05 +02:00
fixed a couple more tests (#4870)
This commit is contained in:
@ -16,8 +16,6 @@ fn columns() {
|
||||
assert_eq!(actual.out, "1");
|
||||
}
|
||||
|
||||
// FIXME: jt: needs more work
|
||||
#[ignore]
|
||||
#[test]
|
||||
fn more_columns_than_table_has() {
|
||||
let actual = nu!(
|
||||
|
Reference in New Issue
Block a user