Skip to content

Commit 642fbaf

Browse files
author
Kohei Asai
authored
Update test cases for 646. Maximum Length of Pair Chain (#77)
1 parent d92bfe5 commit 642fbaf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

solutions/maximumLengthOfPairChain.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,4 @@ describe("646. Maximum Length of Pair Chain", () => {
1212
test("#3", () => {
1313
expect(findLongestChain([[1, 2]])).toBe(1);
1414
});
15-
16-
test("#4", () => {
17-
expect(findLongestChain([])).toBe(0);
18-
});
1915
});

0 commit comments

Comments
 (0)