mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 12:55:47 +02:00
fix TestGitCommandCommit test
Signed-off-by: Randshot <randshot@norealm.xyz>
This commit is contained in:
parent
964e3872c1
commit
96f821b841
1 changed files with 1 additions and 1 deletions
|
@ -815,7 +815,7 @@ func TestGitCommandCommit(t *testing.T) {
|
|||
"Commit using gpg",
|
||||
func(cmd string, args ...string) *exec.Cmd {
|
||||
assert.EqualValues(t, "bash", cmd)
|
||||
assert.EqualValues(t, []string{"-c", "git commit -m 'test'"}, args)
|
||||
assert.EqualValues(t, []string{"-c", "git commit -m \"test\""}, args)
|
||||
|
||||
return exec.Command("echo")
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue