mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 06:30:08 +02:00
fixed some more tests (#4607)
This commit is contained in:
@ -107,8 +107,6 @@ fn moves_a_column_after() {
|
||||
})
|
||||
}
|
||||
|
||||
// FIXME: jt: needs more work
|
||||
#[ignore]
|
||||
#[test]
|
||||
fn moves_columns_after() {
|
||||
Playground::setup("move_column_test_4", |dirs, sandbox| {
|
||||
@ -132,7 +130,7 @@ fn moves_columns_after() {
|
||||
r#"
|
||||
open sample.csv
|
||||
| move letters and_more --after column1
|
||||
| get
|
||||
| columns
|
||||
| select 1 2
|
||||
| str collect
|
||||
"#
|
||||
|
Reference in New Issue
Block a user