mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-08-06 11:02:41 +03:00
commands/git : swap global/local get config
This commit is contained in:
@@ -735,8 +735,8 @@ func TestGitCommandMerge(t *testing.T) {
|
||||
func TestGitCommandUsingGpg(t *testing.T) {
|
||||
type scenario struct {
|
||||
testName string
|
||||
getGlobalGitConfig func(string) (string, error)
|
||||
getLocalGitConfig func(string) (string, error)
|
||||
getGlobalGitConfig func(string) (string, error)
|
||||
test func(bool)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user