Skip to content

Commit cf5510f

Browse files
committed
fix LCS IDX WITHMATCHLEN
1 parent dd5dd67 commit cf5510f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,11 @@ describe('LCS IDX WITHMATCHLEN', () => {
2121
client.lcsIdxWithMatchLen('1', '2')
2222
]);
2323

24-
console.log(reply);
25-
2624
assert.deepEqual(
2725
reply,
2826
{
2927
matches: [
30-
[
31-
[[1, 2], [0, 1], 2]
32-
],
28+
[[1, 2], [0, 1], 2]
3329
],
3430
len: 2
3531
}

0 commit comments

Comments
 (0)