1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-06 02:15:48 +03:00

fix ZUNION

This commit is contained in:
dovi
2023-05-02 17:43:05 -04:00
parent e1727d16a1
commit d643134dce

View File

@@ -39,7 +39,7 @@ describe('ZUNION', () => {
});
});
testUtils.testAll('client.zUnion', async client => {
testUtils.testAll('zUnion', async client => {
assert.deepEqual(
await client.zUnion('key'),
[]