fix: unhandled exception in connection test

This commit is contained in:
Fabio Di Stasio 2021-06-25 09:29:59 +02:00
parent a0a025e450
commit a975df38dd
1 changed files with 1 additions and 2 deletions

View File

@ -29,9 +29,8 @@ export default connections => {
params
});
await connection.connect();
try {
await connection.connect();
await connection.select('1+1').run();
connection.destroy();