You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
fix LINSERT test title
This commit is contained in:
@@ -17,7 +17,7 @@ describe('LINSERT', () => {
|
|||||||
);
|
);
|
||||||
}, GLOBAL.SERVERS.OPEN);
|
}, GLOBAL.SERVERS.OPEN);
|
||||||
|
|
||||||
testUtils.testWithCluster('cluster.lLen', async cluster => {
|
testUtils.testWithCluster('cluster.lInsert', async cluster => {
|
||||||
assert.equal(
|
assert.equal(
|
||||||
await cluster.lInsert('key', 'BEFORE', 'pivot', 'element'),
|
await cluster.lInsert('key', 'BEFORE', 'pivot', 'element'),
|
||||||
0
|
0
|
||||||
|
Reference in New Issue
Block a user