Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvarts committed Oct 29, 2024
1 parent c891f07 commit a00533e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/pkg/githubapi/github_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ func TestCommitStatusTargetURL(t *testing.T) {
}

func Test_getPromotionSkipPaths(t *testing.T) {
t.Parallel()
type args struct {
promotion PromotionInstance
}
Expand Down Expand Up @@ -492,6 +493,7 @@ func Test_getPromotionSkipPaths(t *testing.T) {
}
for _, tt := range tests {
t.Run(tt.name, func(t *testing.T) {
t.Parallel()
got := getPromotionSkipPaths(tt.args.promotion)
assert.Equal(t, tt.want, got)
})
Expand Down

0 comments on commit a00533e

Please sign in to comment.