From 738fa286b2fa9504e9e6749295daa674573902c5 Mon Sep 17 00:00:00 2001 From: schuebel <46020074+schuebel@users.noreply.github.com> Date: Mon, 30 Oct 2023 14:17:34 +0100 Subject: [PATCH] fixed typo in test description --- pkg/integration/tests/misc/recent_repos_on_launch.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/integration/tests/misc/recent_repos_on_launch.go b/pkg/integration/tests/misc/recent_repos_on_launch.go index dc0287261..ac4309e6f 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",