Skip to content

Commit d1a18a1

Browse files
committed
Rephasing test
1 parent ca24245 commit d1a18a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bolt-connection/test/pool/pool.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ describe('#unit Pool', () => {
237237
expect(r0.destroyed).toBeTruthy()
238238
})
239239

240-
it('destroys resource when key was purged event when key is acquired again', async () => {
240+
it('destroys resource when pool is purged even if a new pool is created for the same address', async () => {
241241
let counter = 0
242242
const address = ServerAddress.fromUrl('bolt://localhost:7687')
243243
const pool = new Pool({

0 commit comments

Comments
 (0)