1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00

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