Skip to content

Commit 33cc8f1

Browse files
Fix test
1 parent a491a13 commit 33cc8f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/cli_cases/tpch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use assert_cmd::Command;
2323
#[test]
2424
fn test_custom_config() {
2525
let tempdir = tempfile::tempdir().unwrap();
26-
let db_path = tempdir.path().join("db");
26+
let db_path = tempdir.path().join("db/");
2727
std::fs::create_dir_all(&db_path).unwrap();
2828
let mut config_builder = TestConfigBuilder::default();
2929
config_builder.with_db_path(&format!("file://{}", db_path.to_str().unwrap()));

0 commit comments

Comments
 (0)