summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/commands/git_test.go')
-rw-r--r--pkg/commands/git_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/commands/git_test.go b/pkg/commands/git_test.go
index 750e09dcd..43accd654 100644
--- a/pkg/commands/git_test.go
+++ b/pkg/commands/git_test.go
@@ -420,7 +420,7 @@ func TestGitCommandGetStatusFiles(t *testing.T) {
gitCmd := NewDummyGitCommand()
gitCmd.OSCommand.command = s.command
- s.test(gitCmd.GetStatusFiles())
+ s.test(gitCmd.GetStatusFiles(GetStatusFileOptions{}))
})
}
}