summaryrefslogtreecommitdiffstats
path: root/pkg/app/app_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/app/app_test.go')
-rw-r--r--pkg/app/app_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/app/app_test.go b/pkg/app/app_test.go
index 1ec46f0f7..c2cd0c8c0 100644
--- a/pkg/app/app_test.go
+++ b/pkg/app/app_test.go
@@ -36,6 +36,7 @@ func TestIsGitVersionValid(t *testing.T) {
}
for _, s := range scenarios {
+ s := s
t.Run(s.versionStr, func(t *testing.T) {
result := isGitVersionValid(s.versionStr)
assert.Equal(t, result, s.expectedResult)