Skip to content

Commit 103e6ee

Browse files
committed
remove rows.Close() in TestShortTimeout
couldn't reproduce on local environment
1 parent c0f3d41 commit 103e6ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sqlite3_go18_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,5 +133,4 @@ func TestShortTimeout(t *testing.T) {
133133
if ctx.Err() != nil && ctx.Err() != context.DeadlineExceeded {
134134
t.Fatal(ctx.Err())
135135
}
136-
rows.Close()
137136
}

0 commit comments

Comments
 (0)