summaryrefslogtreecommitdiffstats
path: root/pkg/commands/loaders/files_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/commands/loaders/files_test.go')
-rw-r--r--pkg/commands/loaders/files_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/commands/loaders/files_test.go b/pkg/commands/loaders/files_test.go
index 2f1b12704..825164e01 100644
--- a/pkg/commands/loaders/files_test.go
+++ b/pkg/commands/loaders/files_test.go
@@ -186,6 +186,7 @@ func TestFileGetStatusFiles(t *testing.T) {
}
for _, s := range scenarios {
+ s := s
t.Run(s.testName, func(t *testing.T) {
cmd := oscommands.NewDummyCmdObjBuilder(s.runner)
gitConfig := git_config.NewFakeGitConfig(map[string]string{"status.showUntrackedFiles": "yes"})