2
0

test ipv4 for travis simplicity

This commit is contained in:
Jack Christensen
2015-10-26 19:08:15 -05:00
parent db57394741
commit 69102e4463
+1 -1
View File
@@ -130,7 +130,7 @@ func TestSqlOpenDoesNotHavePool(t *testing.T) {
func TestOpenFromConnPool(t *testing.T) {
connConfig := pgx.ConnConfig{
Host: "localhost",
Host: "127.0.0.1",
User: "pgx_md5",
Password: "secret",
Database: "pgx_test",