remove rows.Close() in TestShortTimeout

couldn't reproduce on local environment
This commit is contained in:
Yasuhiro Matsumoto 2017-09-28 12:56:17 +09:00
parent c0f3d4135e
commit 103e6ee9ee
1 changed files with 0 additions and 1 deletions

View File

@ -133,5 +133,4 @@ func TestShortTimeout(t *testing.T) {
if ctx.Err() != nil && ctx.Err() != context.DeadlineExceeded {
t.Fatal(ctx.Err())
}
rows.Close()
}