diff --git a/packages/client/lib/commands/HSET.spec.ts b/packages/client/lib/commands/HSET.spec.ts index ef00931f14..fa12e10861 100644 --- a/packages/client/lib/commands/HSET.spec.ts +++ b/packages/client/lib/commands/HSET.spec.ts @@ -2,7 +2,7 @@ import { strict as assert } from 'assert'; import { transformArguments } from './HSET'; import testUtils, { GLOBAL } from '../test-utils'; -describe.only('HSET', () => { +describe('HSET', () => { describe('transformArguments', () => { describe('field, value', () => { it('string', () => {