diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2017-09-28 12:56:17 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2017-09-28 12:56:17 +0900 |
commit | 103e6ee9eee476eed58337e34dc8cf2b65451315 (patch) | |
tree | e1ab8deeaca28f9527432329cf8aad68f911cbbc /sqlite3_go18_test.go | |
parent | fix broken test (diff) | |
download | golite-103e6ee9eee476eed58337e34dc8cf2b65451315.tar.gz golite-103e6ee9eee476eed58337e34dc8cf2b65451315.tar.xz |
remove rows.Close() in TestShortTimeout
couldn't reproduce on local environment
Diffstat (limited to 'sqlite3_go18_test.go')
-rw-r--r-- | sqlite3_go18_test.go | 1 |
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() } |