Skip to content

Commit

Permalink
remove rows.Close() in TestShortTimeout
Browse files Browse the repository at this point in the history
couldn't reproduce on local environment
  • Loading branch information
mattn committed Sep 28, 2017
1 parent c0f3d41 commit 103e6ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sqlite3_go18_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,4 @@ func TestShortTimeout(t *testing.T) {
if ctx.Err() != nil && ctx.Err() != context.DeadlineExceeded {
t.Fatal(ctx.Err())
}
rows.Close()
}

0 comments on commit 103e6ee

Please sign in to comment.