fixed some more tests (#4607)

This commit is contained in:
Darren Schroeder
2022-02-22 10:32:29 -06:00
committed by GitHub
parent 25712760ba
commit f507613b38
11 changed files with 18 additions and 60 deletions

View File

@ -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
"#