1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-19 00:28:03 +02:00
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 Commit = helpers.NewTest(helpers.NewTestArgs{
var Commit = helpers.NewIntegrationTest(helpers.NewIntegrationTestArgs{
Description: "Staging a couple files and committing",
ExtraCmdArgs: "",
Skip: false,