mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Remove obsolete git version restriction in test
We have been requiring 2.22 for a while now.
This commit is contained in:
parent
0a1ddba1d9
commit
a1a2925c9c
|
|
@ -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",
|
||||
ExtraCmdArgs: []string{},
|
||||
Skip: false,
|
||||
GitVersion: AtLeast("2.22.0"),
|
||||
SetupConfig: func(config *config.AppConfig) {},
|
||||
SetupRepo: func(shell *Shell) {
|
||||
shell.SetConfig("push.default", "current")
|
||||
|
|
|
|||
Loading…
Reference in a new issue