mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
fix: unhandled exception in connection test
This commit is contained in:
@ -29,9 +29,8 @@ export default connections => {
|
||||
params
|
||||
});
|
||||
|
||||
await connection.connect();
|
||||
|
||||
try {
|
||||
await connection.connect();
|
||||
await connection.select('1+1').run();
|
||||
connection.destroy();
|
||||
|
||||
|
Reference in New Issue
Block a user