mirror of https://github.com/jackc/pgx.git
Fix error message in tests.
parent
7dfdc92855
commit
c668caeb31
|
@ -481,7 +481,7 @@ func TestConnPoolQueryConcurrentLoad(t *testing.T) {
|
|||
}
|
||||
|
||||
if rows.Err() != nil {
|
||||
t.Fatalf("conn.Query failed: ", err)
|
||||
t.Fatalf("conn.Query failed: ", rows.Err())
|
||||
}
|
||||
|
||||
if rowCount != 1000 {
|
||||
|
|
Loading…
Reference in New Issue