TestErrNoRows: remove bad test case

pull/2136/head
merlin 2024-12-28 13:39:01 +02:00
parent da0315d1a4
commit e452f80b1d
No known key found for this signature in database
GPG Key ID: 7EDDCEA6A90062E0
1 changed files with 0 additions and 1 deletions

View File

@ -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")
}