We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a491a13 commit 33cc8f1Copy full SHA for 33cc8f1
1 file changed
tests/cli_cases/tpch.rs
@@ -23,7 +23,7 @@ use assert_cmd::Command;
23
#[test]
24
fn test_custom_config() {
25
let tempdir = tempfile::tempdir().unwrap();
26
- let db_path = tempdir.path().join("db");
+ let db_path = tempdir.path().join("db/");
27
std::fs::create_dir_all(&db_path).unwrap();
28
let mut config_builder = TestConfigBuilder::default();
29
config_builder.with_db_path(&format!("file://{}", db_path.to_str().unwrap()));
0 commit comments