From 4d5ccc5853e8ba611d8f66b35acc36c5f9d10bbe Mon Sep 17 00:00:00 2001 From: galactica Date: Wed, 13 Nov 2024 23:10:30 +0200 Subject: [PATCH] fix lint --- internal/commands/util/pr_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/commands/util/pr_test.go b/internal/commands/util/pr_test.go index 46749bdb9..f080ec820 100644 --- a/internal/commands/util/pr_test.go +++ b/internal/commands/util/pr_test.go @@ -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)