mirror of https://github.com/jackc/pgx.git
Add comment to test
parent
91cba90e8d
commit
8e6cf8f3a5
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue