1
0
mirror of https://github.com/redis/node-redis.git synced 2025-08-07 13:22:56 +03:00

fix MSET spec

This commit is contained in:
dovi
2023-05-03 15:22:43 -04:00
parent 708b71a2b0
commit 2899653cd3

View File

@@ -28,7 +28,7 @@ describe('MSET', () => {
testUtils.testAll('mSet', async client => { testUtils.testAll('mSet', async client => {
assert.equal( assert.equal(
await client.mSet(['key1', 'value1', 'key2', 'value2']), await client.mSet(['{tag}key1', 'value1', '{tag}key2', 'value2']),
'OK' 'OK'
); );
}, { }, {