diff --git a/pkg/integration/tests/misc/recent_repos_on_launch.go b/pkg/integration/tests/misc/recent_repos_on_launch.go index dc028726131..ac4309e6f82 100644 --- a/pkg/integration/tests/misc/recent_repos_on_launch.go +++ b/pkg/integration/tests/misc/recent_repos_on_launch.go @@ -9,7 +9,7 @@ import ( // so I'm introducing a hacky env var to force lazygit to show the recent repos meu upon opening. var RecentReposOnLaunch = NewIntegrationTest(NewIntegrationTestArgs{ - Description: "When opening opening to a menu, focus is correctly given to the menu", + Description: "When opening to a menu, focus is correctly given to the menu", ExtraCmdArgs: []string{}, ExtraEnvVars: map[string]string{ "SHOW_RECENT_REPOS": "true",