Add comment to test

pull/1658/head
Jack Christensen 2023-06-20 08:49:33 -05:00
parent 91cba90e8d
commit 8e6cf8f3a5
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ func (ers *testErrRowScanner) ScanRow(rows pgx.Rows) error {
return errors.New(string(*ers))
}
// https://github.com/jackc/pgx/issues/1654
func TestRowScannerErrorIsFatalToRows(t *testing.T) {
t.Parallel()