Skip to content

Commit 351f8c1

Browse files
committed
Uncomment t.Parallal
Signed-off-by: Glenn Lewis <[email protected]>
1 parent 1e09f31 commit 351f8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gen-release-notes/main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ BREAKING CHANGE: ` + "`" + `RepositoriesService.CreateStatus` + "`" + ` now take
245245

246246
for _, tt := range tests {
247247
t.Run(tt.name, func(t *testing.T) {
248-
// t.Parallel()
248+
t.Parallel()
249249
gotTagSeq, gotInnerText := getTagSequence(tt.text)
250250
if diff := cmp.Diff(tt.wantTagSeq, gotTagSeq); diff != "" {
251251
t.Errorf("gotTagSeq=\n%#v,\n wantTagSeq=\n%#v", gotTagSeq, tt.wantTagSeq)

0 commit comments

Comments
 (0)