mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-04 23:37:41 +02:00
fix tests
This commit is contained in:
parent
0df02dacc2
commit
d502c43ae8
@ -741,7 +741,7 @@ func TestEditFileCmdStr(t *testing.T) {
|
|||||||
return "", nil
|
return "", nil
|
||||||
},
|
},
|
||||||
func(cmdStr string, err error) {
|
func(cmdStr string, err error) {
|
||||||
assert.EqualError(t, err, "No editor defined in $GIT_EDITOR, $VISUAL, $EDITOR, or git config")
|
assert.EqualError(t, err, "No editor defined in config file, $GIT_EDITOR, $VISUAL, $EDITOR, or git config")
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user