From 81837c67ebbaebd618df3553f0e94e0baccf0706 Mon Sep 17 00:00:00 2001 From: leibale Date: Fri, 2 Jul 2021 17:34:02 -0400 Subject: [PATCH] fix XTRIM spec file --- lib/commands/XTRIM.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/XTRIM.spec.ts b/lib/commands/XTRIM.spec.ts index d931dc0f10..aef9ea3979 100644 --- a/lib/commands/XTRIM.spec.ts +++ b/lib/commands/XTRIM.spec.ts @@ -3,7 +3,7 @@ import { TestRedisServers, itWithClient } from '../test-utils'; import { transformArguments } from './XTRIM'; describe('XTRIM', () => { - it('transformArguments', () => { + describe('transformArguments', () => { it('simple', () => { assert.deepEqual( transformArguments('key', 'MAXLEN', 1),