Skip to content

Commit 0de40ad

Browse files
committed
test
1 parent d9542a7 commit 0de40ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/ChDbTest/ChDbTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ public void CsvTest()
129129
Eva, 28, Paris
130130
""";
131131
var dataPath = "/tmp/chdb/data";
132+
if (Directory.Exists(dataPath))
133+
Directory.Delete(dataPath, true);
132134
Directory.CreateDirectory(dataPath);
133135
File.WriteAllText(Path.Combine(".", "test.csv"), csv);
134136
using var session = new Session

0 commit comments

Comments
 (0)