Skip to content

Commit

Permalink
TestErrNoRows: remove bad test case
Browse files Browse the repository at this point in the history
  • Loading branch information
ninedraft committed Dec 28, 2024
1 parent da0315d commit e452f80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conn_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

0 comments on commit e452f80

Please sign in to comment.