From d643134dcee74ecd3a43378d9921406e465955e3 Mon Sep 17 00:00:00 2001 From: dovi Date: Tue, 2 May 2023 17:43:05 -0400 Subject: [PATCH] fix ZUNION --- packages/client/lib/commands/ZUNION.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client/lib/commands/ZUNION.spec.ts b/packages/client/lib/commands/ZUNION.spec.ts index a8aad53803..8aca77531e 100644 --- a/packages/client/lib/commands/ZUNION.spec.ts +++ b/packages/client/lib/commands/ZUNION.spec.ts @@ -39,7 +39,7 @@ describe('ZUNION', () => { }); }); - testUtils.testAll('client.zUnion', async client => { + testUtils.testAll('zUnion', async client => { assert.deepEqual( await client.zUnion('key'), []