mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-28 16:02:01 +03:00
Remove obsolete git version restriction in test
We have been requiring 2.22 for a while now.
This commit is contained in:
@ -9,7 +9,6 @@ var ForcePushTriangular = NewIntegrationTest(NewIntegrationTestArgs{
|
|||||||
Description: "Push to a remote, requiring a force push because the branch is behind the remote push branch but not the upstream",
|
Description: "Push to a remote, requiring a force push because the branch is behind the remote push branch but not the upstream",
|
||||||
ExtraCmdArgs: []string{},
|
ExtraCmdArgs: []string{},
|
||||||
Skip: false,
|
Skip: false,
|
||||||
GitVersion: AtLeast("2.22.0"),
|
|
||||||
SetupConfig: func(config *config.AppConfig) {},
|
SetupConfig: func(config *config.AppConfig) {},
|
||||||
SetupRepo: func(shell *Shell) {
|
SetupRepo: func(shell *Shell) {
|
||||||
shell.SetConfig("push.default", "current")
|
shell.SetConfig("push.default", "current")
|
||||||
|
Reference in New Issue
Block a user