Skip to content

Commit e082bc7

Browse files
bigmontzrobsdedude
andauthored
Update packages/bolt-connection/test/pool/pool.test.js
Co-authored-by: Robsdedude <[email protected]>
1 parent 7d4358e commit e082bc7

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
@@ -260,7 +260,7 @@ describe('#unit Pool', () => {
260260
expect(pool.activeResourceCount(address)).toBe(0)
261261
expect(r0.destroyed).toBeFalsy()
262262

263-
// Acquiring second resolve should recreate the pool
263+
// Acquiring second resource should recreate the pool
264264
const r1 = await pool.acquire(address)
265265
expect(pool.has(address)).toBeTruthy()
266266
expect(r1.id).toEqual(1)

0 commit comments

Comments
 (0)