mirror of https://github.com/jackc/pgx.git
Fix a test failure
parent
95c03dc9ae
commit
69580cd519
|
@ -1904,7 +1904,7 @@ func TestConnQueryFuncScanError(t *testing.T) {
|
|||
},
|
||||
)
|
||||
require.EqualError(t, err, "can't scan into dest[0]: cannot scan OID 25 in text format into *int")
|
||||
require.Nil(t, ct)
|
||||
require.Equal(t, pgconn.CommandTag{}, ct)
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue