mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
database/sql: refer correct issue in TestErrBadConnReconnect comment
Change-Id: I283ab238b60d3a47e86296e1fbfc73ba121bef19 Reviewed-on: https://go-review.googlesource.com/10745 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
16310571d1
commit
5dbe071cb5
1 changed files with 1 additions and 1 deletions
|
|
@ -1458,7 +1458,7 @@ func TestManyErrBadConn(t *testing.T) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// golang.org/issue/5781
|
// golang.org/issue/5718
|
||||||
func TestErrBadConnReconnect(t *testing.T) {
|
func TestErrBadConnReconnect(t *testing.T) {
|
||||||
db := newTestDB(t, "foo")
|
db := newTestDB(t, "foo")
|
||||||
defer closeDB(t, db)
|
defer closeDB(t, db)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue