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() }