Skip to content

Commit d9542a7

Browse files
committed
test
1 parent 442bdf1 commit d9542a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/ChDbTest/ChDbTest.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,9 @@ public void CsvTest()
131131
var dataPath = "/tmp/chdb/data";
132132
Directory.CreateDirectory(dataPath);
133133
File.WriteAllText(Path.Combine(".", "test.csv"), csv);
134-
var session = new Session
134+
using var session = new Session
135135
{
136+
IsTemp = false,
136137
Format = "PrettyCompact",
137138
DataPath = dataPath,
138139
LogLevel = "trace",

0 commit comments

Comments
 (0)