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

View File

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