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
|
params
|
||||||
});
|
});
|
||||||
|
|
||||||
await connection.connect();
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
await connection.connect();
|
||||||
await connection.select('1+1').run();
|
await connection.select('1+1').run();
|
||||||
connection.destroy();
|
connection.destroy();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user