summaryrefslogtreecommitdiffstats
path: root/pkg/app/app.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/app/app.go')
-rw-r--r--pkg/app/app.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/app/app.go b/pkg/app/app.go
index 36fbc3e97..a45ffb118 100644
--- a/pkg/app/app.go
+++ b/pkg/app/app.go
@@ -24,7 +24,6 @@ import (
"github.com/jesseduffield/lazygit/pkg/gui"
"github.com/jesseduffield/lazygit/pkg/gui/types"
"github.com/jesseduffield/lazygit/pkg/i18n"
- integrationTypes "github.com/jesseduffield/lazygit/pkg/integration/types"
"github.com/jesseduffield/lazygit/pkg/updates"
)
@@ -43,7 +42,6 @@ func Run(
config config.AppConfigurer,
common *common.Common,
startArgs types.StartArgs,
- test integrationTypes.Test,
) {
app, err := NewApp(config, common)