Skip to content

Commit

Permalink
test(connection): do not close connection for cluster case
Browse files Browse the repository at this point in the history
  • Loading branch information
manast committed Nov 8, 2023
1 parent 199d9c4 commit 174f3f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ describe('connection', () => {
});
const queue = new Queue('myqueue', { connection });
connection.disconnect();

await queue.close();
});
});

Expand Down

0 comments on commit 174f3f6

Please sign in to comment.