We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b68f795 commit 73f6e6bCopy full SHA for 73f6e6b
packages/client/lib/commands/LINSERT.spec.ts
@@ -17,7 +17,7 @@ describe('LINSERT', () => {
17
);
18
}, GLOBAL.SERVERS.OPEN);
19
20
- testUtils.testWithCluster('cluster.lLen', async cluster => {
+ testUtils.testWithCluster('cluster.lInsert', async cluster => {
21
assert.equal(
22
await cluster.lInsert('key', 'BEFORE', 'pivot', 'element'),
23
0
0 commit comments