mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 12:55:47 +02:00
allow renames to be discarded
This commit is contained in:
parent
a86103479b
commit
469ac116ef
4 changed files with 78 additions and 7 deletions
|
@ -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{}))
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue