Fix error message in tests.
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user