Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Mar 15, 2024
1 parent be95384 commit 90d128b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/pool.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ describe('_create_client', function () {
pool._create_client(function (err, client) {
assert.ifError(err);
assert.ok(client._starttls.success);
client.unbind((err) => {
if (err) console.error(err)
client.unbind((err2) => {
if (err2) console.error(err2)
done();
})
});
Expand Down

0 comments on commit 90d128b

Please sign in to comment.