Skip to content

Commit 58a6208

Browse files
test(algorithms, intervals): remove duplicate test case
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent ded01ef commit 58a6208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms/intervals/can_attend_meetings/test_can_attend_meetings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
([[10, 12], [6, 9], [13, 15]], True),
99
([[0, 30], [5, 10], [15, 20]], False),
1010
([[7, 10], [2, 4]], True),
11-
([[7, 10], [2, 4]], True),
11+
([[1, 2], [2, 3], [3, 4]], True),
1212
([[1, 2], [2, 3], [3, 4]], True),
1313
([[1, 3], [2, 4], [4, 6]], False),
1414
([[0, 1], [3, 5], [6, 7]], True),

0 commit comments

Comments
 (0)