fix(core): update

This commit is contained in:
2022-07-30 18:03:17 +02:00
parent eae7300439
commit 45091d6b8c
3 changed files with 9 additions and 2 deletions

View File

@ -7,6 +7,7 @@ tap.test('first test', async () => {
testClickhouseDb = new smartclickhouse.SmartClickHouseDb({
url: 'http://localhost:8123',
database: 'test2',
unref: true,
});
});