Skip to content

Commit

Permalink
Update test/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel G. Aubert <[email protected]>
  • Loading branch information
simon-contreras-deel and dgaubert authored May 8, 2020
1 parent e9cdfde commit 4cd7c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('RedisPool', function () {
const client1 = await redisPool.acquire(DATABASE)
const client2 = await redisPool.acquire(DATABASE)

let pool = redisPool.pools[DATABASE]
const pool = redisPool.pools[DATABASE]

assert.equal(pool.size, 2)
assert.equal(pool.available, 0)
Expand Down

0 comments on commit 4cd7c74

Please sign in to comment.