mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 23:56:24 -04:00
Rename integration test "ResetUpstream"
We are unsetting upstream in it, not resetting to upstream
This commit is contained in:
parent
1d1b8cc01f
commit
bb705d91a4
|
|
@ -5,7 +5,7 @@ import (
|
|||
. "github.com/jesseduffield/lazygit/pkg/integration/components"
|
||||
)
|
||||
|
||||
var ResetUpstream = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
var UnsetUpstream = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
Description: "Reset the upstream of a branch",
|
||||
ExtraCmdArgs: []string{},
|
||||
Skip: false,
|
||||
|
|
@ -52,10 +52,10 @@ var tests = []*components.IntegrationTest{
|
|||
branch.Rename,
|
||||
branch.Reset,
|
||||
branch.ResetToUpstream,
|
||||
branch.ResetUpstream,
|
||||
branch.SetUpstream,
|
||||
branch.ShowDivergenceFromUpstream,
|
||||
branch.Suggestions,
|
||||
branch.UnsetUpstream,
|
||||
cherry_pick.CherryPick,
|
||||
cherry_pick.CherryPickConflicts,
|
||||
cherry_pick.CherryPickDuringRebase,
|
||||
|
|
|
|||
Loading…
Reference in a new issue