2
0

Fix error message in tests.

This commit is contained in:
Jack Christensen
2015-10-16 14:15:26 -05:00
parent 7dfdc92855
commit c668caeb31
+1 -1
View File
@@ -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 {