Skip to content

Commit 2d18125

Browse files
committed
fix for c96a0dd - remove .only from HSET tests
1 parent c96a0dd commit 2d18125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/lib/commands/HSET.spec.ts

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

5-
describe.only('HSET', () => {
5+
describe('HSET', () => {
66
describe('transformArguments', () => {
77
describe('field, value', () => {
88
it('string', () => {

0 commit comments

Comments
 (0)