allow renames to be discarded

This commit is contained in:
Jesse Duffield 2020-08-07 17:52:17 +10:00
parent a86103479b
commit 469ac116ef
4 changed files with 78 additions and 7 deletions

View file

@ -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{}))
})
}
}