mirror of
https://github.com/jackc/pgx.git
synced 2025-07-09 03:58:06 +00:00
Fix error message in tests.
This commit is contained in:
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…
x
Reference in New Issue
Block a user