Skip to content

Commit 73f6e6b

Browse files
committed
fix LINSERT test title
1 parent b68f795 commit 73f6e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/lib/commands/LINSERT.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('LINSERT', () => {
1717
);
1818
}, GLOBAL.SERVERS.OPEN);
1919

20-
testUtils.testWithCluster('cluster.lLen', async cluster => {
20+
testUtils.testWithCluster('cluster.lInsert', async cluster => {
2121
assert.equal(
2222
await cluster.lInsert('key', 'BEFORE', 'pivot', 'element'),
2323
0

0 commit comments

Comments
 (0)