Skip to content

Commit ca24245

Browse files
bigmontzrobsdedude
andcommitted
Update packages/bolt-connection/test/pool/pool.test.js
Co-authored-by: Robsdedude <[email protected]>
1 parent db15b1e commit ca24245

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
@@ -259,7 +259,7 @@ describe('#unit Pool', () => {
259259
expect(pool.has(address)).toBeFalsy()
260260
expect(r0.destroyed).toBeFalsy()
261261

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

0 commit comments

Comments
 (0)