mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-15 00:15:32 +02:00
explicitly return newlines to our live command stdin
This commit is contained in:
@ -1045,7 +1045,7 @@ func TestGitCommandPush(t *testing.T) {
|
||||
gitCmd := newDummyGitCommand()
|
||||
gitCmd.OSCommand.command = s.command
|
||||
err := gitCmd.Push("test", s.forcePush, func(passOrUname string) string {
|
||||
return "-"
|
||||
return "\n"
|
||||
})
|
||||
s.test(err)
|
||||
})
|
||||
|
Reference in New Issue
Block a user