Skip to content

Commit

Permalink
lint: Add missing parallel call in test
Browse files Browse the repository at this point in the history
  • Loading branch information
briancain committed Feb 8, 2024
1 parent da06748 commit 23ef63e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/pkg/heredoc/heredoc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ The name of the group to delete. The name may be specified as either:
for _, c := range cases {
c := c
t.Run(c.Name, func(t *testing.T) {
t.Parallel()
r := require.New(t)
io := iostreams.Test()
f := New(io)
Expand Down

0 comments on commit 23ef63e

Please sign in to comment.