Skip to content

Commit 000a261

Browse files
committed
1 parent e8268e6 commit 000a261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leetcode/0018.4Sum/18. 4Sum_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func Test_Problem18(t *testing.T) {
4949

5050
question18{
5151
para18{[]int{1, 0, -1, 0, -2, 2, 0, 0, 0, 0}, 1},
52-
ans18{[][]int{[]int{-1, 0, 0, 1}, []int{-2, -1, 1, 2}, []int{-2, 0, 0, 2}, []int{0, 0, 0, 0}}},
52+
ans18{[][]int{[]int{-1, 0, 0, 2}, []int{-2, 0, 1, 2}, []int{0, 0, 0, 1}}},
5353
},
5454
}
5555

0 commit comments

Comments
 (0)