2
0

Fix some previously broken comment links

This commit is contained in:
Jack Christensen
2021-12-11 13:30:36 -06:00
parent 72cc95e4dd
commit 85b08ac663
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ func TestTimestampNanosecondsTruncated(t *testing.T) {
}
}
// https://github.com/jackc/pgx/v4/pgtype/issues/74
// https://github.com/jackc/pgtype/issues/74
func TestTimestampDecodeTextInvalid(t *testing.T) {
tstz := &pgtype.Timestamp{}
err := tstz.DecodeText(nil, []byte(`eeeee`))