summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git_commands/repo_paths_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/commands/git_commands/repo_paths_test.go')
-rw-r--r--pkg/commands/git_commands/repo_paths_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkg/commands/git_commands/repo_paths_test.go b/pkg/commands/git_commands/repo_paths_test.go
index ae4526737..97cfc8119 100644
--- a/pkg/commands/git_commands/repo_paths_test.go
+++ b/pkg/commands/git_commands/repo_paths_test.go
@@ -101,7 +101,6 @@ func TestGetRepoPaths(t *testing.T) {
}
for _, s := range scenarios {
- s := s
t.Run(s.Name, func(t *testing.T) {
runner := oscommands.NewFakeRunner(t)
cmd := oscommands.NewDummyCmdObjBuilder(runner)