mirror of https://github.com/jackc/pgx.git
TestErrNoRows: remove bad test case
parent
da0315d1a4
commit
e452f80b1d
|
@ -1417,5 +1417,4 @@ func TestErrNoRows(t *testing.T) {
|
|||
require.Equal(t, "no rows in result set", pgx.ErrNoRows.Error())
|
||||
|
||||
require.ErrorIs(t, pgx.ErrNoRows, sql.ErrNoRows, "pgx.ErrNowRows must match sql.ErrNoRows")
|
||||
require.ErrorIs(t, pgx.ErrNoRows, pgx.ErrNoRows, "sql.ErrNowRows must match pgx.ErrNoRows")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue