Skip to content

Commit d182707

Browse files
committed
fix 01 test case
1 parent 5bfb52d commit d182707

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

leetcode/1-100/0001.Two-Sum/Solution_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ type Case struct {
2929

3030
// Test case
3131
var cases = []Case{
32-
{"TestCase 1", nil, 9, nil},
3332
{"TestCase 1", []int{2, 7, 11, 15}, 9, []int{0, 1}},
3433
{"TestCase 2", []int{3, 2, 4}, 6, []int{1, 2}},
3534
{"TestCase 3", []int{7, 6, 5, 3, 2, 1, 4, 9, 10}, 17, []int{0, 8}},

0 commit comments

Comments
 (0)