forked from mirror/go-sqlcipher
remove rows.Close() in TestShortTimeout
couldn't reproduce on local environment
This commit is contained in:
parent
c0f3d4135e
commit
103e6ee9ee
|
@ -133,5 +133,4 @@ func TestShortTimeout(t *testing.T) {
|
||||||
if ctx.Err() != nil && ctx.Err() != context.DeadlineExceeded {
|
if ctx.Err() != nil && ctx.Err() != context.DeadlineExceeded {
|
||||||
t.Fatal(ctx.Err())
|
t.Fatal(ctx.Err())
|
||||||
}
|
}
|
||||||
rows.Close()
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue