diff --git a/conn_test.go b/conn_test.go index 19838d46..4fc4ea9a 100644 --- a/conn_test.go +++ b/conn_test.go @@ -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") } -} \ No newline at end of file +}