1
0
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:
leibale
2021-12-07 11:01:54 -05:00
parent b68f79538c
commit 73f6e6b86c

View File

@@ -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