summaryrefslogtreecommitdiffstats
path: root/pkg/commands/git_test.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-08-07 17:52:17 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-08-07 18:01:26 +1000
commit469ac116efde8dd107bc227ef8fc0f1927a629cb (patch)
tree5fb8fe4c5d47bc62bf656dfc35f18df895f2dfb0 /pkg/commands/git_test.go
parenta86103479b42b0877b124b7306cda177e86e47d0 (diff)
allow renames to be discarded
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{}))
})
}
}