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