test - small refactor

This commit is contained in:
Jan Prochazka
2021-05-27 10:28:52 +02:00
parent e74521fdab
commit dab9d33394
3 changed files with 42 additions and 36 deletions

View File

@@ -9,6 +9,7 @@ async function run() {
try {
const conn = await driver.connect(engine.connection);
await driver.getVersion(conn);
console.log(`Connect to ${engine.label} - OK`);
await driver.close(conn);
break;
} catch (err) {