Skip to content

Commit fd521c0

Browse files
Fix test
1 parent 34d5246 commit fd521c0

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

tests/cli_cases/tpch.rs

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,7 @@ fn test_custom_config() {
3838
.success();
3939

4040
let needed_dirs = [
41-
"customers",
42-
"orders",
43-
"line_items",
44-
"nations",
45-
"parts",
46-
"part_supps",
47-
"regions",
48-
"suppliers",
41+
"customer", "orders", "lineitem", "nation", "part", "partsupp", "region", "supplier",
4942
];
5043
let tables_path = db_path.join("tables").join("dft").join("tpch");
5144
std::fs::read_dir(tables_path).unwrap().for_each(|e| {

0 commit comments

Comments
 (0)