pgx-vs-pq
Jack Christensen 2013-04-13 20:28:45 -05:00
parent d2ad78b90e
commit 2a5ad27041
1 changed files with 1 additions and 2 deletions

View File

@ -211,7 +211,6 @@ func TestSelectFloat32(t *testing.T) {
}
}
func TestSelectAllString(t *testing.T) {
conn := getSharedConn()
@ -318,4 +317,4 @@ func TestSelectAllFloat32(t *testing.T) {
if f[0] != 1.23 || f[1] != 4.56 {
t.Error("Received incorrect float32")
}
}
}