Skip to content

Commit e32fa9e

Browse files
authored
Chore: ensure ducklake testing artifact is under a tmp path (#5059)
1 parent b068c69 commit e32fa9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/core/engine_adapter/test_duckdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def test_ducklake_partitioning(adapter: EngineAdapter, duck_conn, tmp_path):
114114
duck_conn.install_extension("ducklake")
115115
duck_conn.load_extension("ducklake")
116116
duck_conn.execute(
117-
f"ATTACH 'ducklake:{catalog}.ducklake' AS {catalog} (DATA_PATH '{tmp_path}');"
117+
f"ATTACH 'ducklake:{tmp_path}/{catalog}.ducklake' AS {catalog} (DATA_PATH '{tmp_path}');"
118118
)
119119

120120
# no partitions on catalog creation

0 commit comments

Comments
 (0)