aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sqlite3_go18_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/sqlite3_go18_test.go b/sqlite3_go18_test.go
index 57d2e8b..53dd6d4 100644
--- a/sqlite3_go18_test.go
+++ b/sqlite3_go18_test.go
@@ -133,5 +133,4 @@ func TestShortTimeout(t *testing.T) {
if ctx.Err() != nil && ctx.Err() != context.DeadlineExceeded {
t.Fatal(ctx.Err())
}
- rows.Close()
}