Remove unused test struct.

pull/1477/head
Mark Chambers 2023-01-15 12:11:13 +00:00 committed by Jack Christensen
parent fcec008a4c
commit 7c0c7dc01e
1 changed files with 0 additions and 5 deletions

View File

@ -1226,11 +1226,6 @@ func TestConnQueryDatabaseSQLNullFloat64NegativeZeroPointZero(t *testing.T) {
conn := mustConnectString(t, os.Getenv("PGX_TEST_DATABASE"))
defer closeConn(t, conn)
type test struct {
want sql.NullFloat64
in float64
}
tests := []float64{
-0.01,
-0.001,