Skip to content

Commit 8bd6f4b

Browse files
authored
skip hscan novalues test if redis < 7.4
1 parent e3263c6 commit 8bd6f4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import testUtils, { GLOBAL } from '../test-utils';
33
import { transformArguments, transformReply } from './HSCAN_NOVALUES';
44

55
describe('HSCAN_NOVALUES', () => {
6+
testUtils.isVersionGreaterThanHook([7, 4]);
7+
68
describe('transformArguments', () => {
79
it('cusror only', () => {
810
assert.deepEqual(

0 commit comments

Comments
 (0)