2
0

Add comment to test

This commit is contained in:
Jack Christensen
2023-06-20 08:49:33 -05:00
parent 91cba90e8d
commit 8e6cf8f3a5
+1
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()