mirror of
https://github.com/jackc/pgx.git
synced 2025-07-15 00:29:13 +00:00
Remove unused test struct.
This commit is contained in:
parent
fcec008a4c
commit
7c0c7dc01e
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user