This commit is contained in:
Jesse Duffield 2022-08-11 21:28:55 +10:00
parent 1ef6f4c0e1
commit 610eddfe05
15 changed files with 64 additions and 40 deletions

View file

@ -5,7 +5,7 @@ import (
"github.com/jesseduffield/lazygit/pkg/integration/helpers"
)
var NewBranch = helpers.NewTest(helpers.NewTestArgs{
var NewBranch = helpers.NewIntegrationTest(helpers.NewIntegrationTestArgs{
Description: "Creating a new branch from a commit",
ExtraCmdArgs: "",
Skip: false,