8000 fix the 74 problem solution · Feng2012/awesome-golang-leetcode@2295eaa · GitHub
[go: up one dir, main page]

Skip to content

Commit 2295eaa

Browse files
committed
fix the 74 problem solution
1 parent 39219dc commit 2295eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/0074.Search-a-2D-Matrix/Solution_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func TestSolution(t *testing.T) {
2121
}, 3, true},
2222
{"TestCase", [][]int{
2323
{1, 3, 5, 7},
24-
{10, 11, 16, 20},
24+
{10, 13, 16, 20},
2525
{23, 30, 34, 50},
2626
}, 13, true},
2727
}

0 commit comments

Comments
 (0)
0