You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
fix LCS IDX WITHMATCHLEN
This commit is contained in:
@@ -21,15 +21,11 @@ describe('LCS IDX WITHMATCHLEN', () => {
|
|||||||
client.lcsIdxWithMatchLen('1', '2')
|
client.lcsIdxWithMatchLen('1', '2')
|
||||||
]);
|
]);
|
||||||
|
|
||||||
console.log(reply);
|
|
||||||
|
|
||||||
assert.deepEqual(
|
assert.deepEqual(
|
||||||
reply,
|
reply,
|
||||||
{
|
{
|
||||||
matches: [
|
matches: [
|
||||||
[
|
[[1, 2], [0, 1], 2]
|
||||||
[[1, 2], [0, 1], 2]
|
|
||||||
],
|
|
||||||
],
|
],
|
||||||
len: 2
|
len: 2
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user