mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-13 05:15:53 +02:00
Fixed one text
This commit is contained in:
parent
5532289086
commit
05f0e5120a
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@ func TestNewGitCommand(t *testing.T) {
|
||||||
},
|
},
|
||||||
func(gitCmd *GitCommand, err error) {
|
func(gitCmd *GitCommand, err error) {
|
||||||
assert.Error(t, err)
|
assert.Error(t, err)
|
||||||
assert.Regexp(t, `fatal: .ot a git repository ((\(or any of the parent directories \): \.git)|(\(or any parent up to mount point \/\)))`, err.Error())
|
assert.Regexp(t, `fatal: .ot a git repository ((\(or any of the parent directories\): \.git)|(\(or any parent up to mount point \/\)))`, err.Error())
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue