Skip to content

Commit 0b3d5fa

Browse files
committed
remove .only from pool tests
1 parent f804b09 commit 0b3d5fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/lib/client/pool.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { strict as assert } from 'node:assert';
22
import testUtils, { GLOBAL } from '../test-utils';
33

4-
describe.only('RedisClientPool', () => {
4+
describe('RedisClientPool', () => {
55
testUtils.testWithClientPool('sendCommand', async pool => {
66
assert.equal(
77
await pool.sendCommand(['PING']),

0 commit comments

Comments
 (0)