Skip to content

Commit

Permalink
test: remove leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
aeddi committed Nov 28, 2024
1 parent d9cc924 commit 2ae172e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contribs/github-bot/internal/requirements/label_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

func TestLabel(t *testing.T) {
// t.Parallel()
t.Parallel()

labels := []*github.Label{
{Name: github.String("notTheRightOne")},
Expand All @@ -38,7 +38,7 @@ func TestLabel(t *testing.T) {
{"label list doesn't contain label with dry-run", "label", labels, true, false},
} {
t.Run(testCase.name, func(t *testing.T) {
// t.Parallel()
t.Parallel()

requested := false
mockedHTTPClient := mock.NewMockedHTTPClient(
Expand Down

0 comments on commit 2ae172e

Please sign in to comment.