Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobcx committed Nov 13, 2024
1 parent 43c5ea0 commit 4d5ccc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/commands/util/pr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ func TestRepoSlugFormatBB(t *testing.T) {
}

for _, tt := range tests {
tt := tt
t.Run(tt.name, func(t *testing.T) {
slug := repoSlugFormatBB(tt.repoNameFlag)
asserts.Equal(t, tt.expectedSlug, slug)
Expand Down

0 comments on commit 4d5ccc5

Please sign in to comment.