We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca24245 commit d1a18a1Copy full SHA for d1a18a1
packages/bolt-connection/test/pool/pool.test.js
@@ -237,7 +237,7 @@ describe('#unit Pool', () => {
237
expect(r0.destroyed).toBeTruthy()
238
})
239
240
- it('destroys resource when key was purged event when key is acquired again', async () => {
+ it('destroys resource when pool is purged even if a new pool is created for the same address', async () => {
241
let counter = 0
242
const address = ServerAddress.fromUrl('bolt://localhost:7687')
243
const pool = new Pool({
0 commit comments