2
0

Remove github.com/cockroachdb/apd test dependency

This commit is contained in:
Jack Christensen
2021-12-11 13:45:37 -06:00
parent 6b2a0d99a2
commit 8c9646dbfe
3 changed files with 1 additions and 8 deletions
+1 -2
View File
@@ -13,7 +13,6 @@ import (
"testing"
"time"
"github.com/cockroachdb/apd"
"github.com/gofrs/uuid"
"github.com/jackc/pgx/v5"
"github.com/jackc/pgx/v5/pgconn"
@@ -1217,7 +1216,7 @@ func TestConnQueryDatabaseSQLDriverValuerWithAutoGeneratedPointerReceiver(t *tes
mustExec(t, conn, "create temporary table t(n numeric)")
var d *apd.Decimal
var d *sql.NullInt64
commandTag, err := conn.Exec(context.Background(), `insert into t(n) values($1)`, d)
if err != nil {
t.Fatal(err)