aboutsummaryrefslogtreecommitdiff
path: root/sqlite3_go18_test.go
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2017-09-28 12:56:17 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2017-09-28 12:56:17 +0900
commit103e6ee9eee476eed58337e34dc8cf2b65451315 (patch)
treee1ab8deeaca28f9527432329cf8aad68f911cbbc /sqlite3_go18_test.go
parentfix broken test (diff)
downloadgolite-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.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()
}