Skip to content

Commit be276a5

Browse files
committed
update test case
1 parent 0d64196 commit be276a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leetcode/0019.Remove-Nth-Node-From-End-of-List/19. Remove Nth Node From End of List_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func Test_Problem19(t *testing.T) {
3131

3232
{
3333
para19{[]int{1}, 3},
34-
ans19{[]int{2}},
34+
ans19{[]int{1}},
3535
},
3636

3737
{

0 commit comments

Comments
 (0)