Skip to content

Commit

Permalink
fixed typo in test description (#3101)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseduffield authored Dec 1, 2023
2 parents 02b7397 + 738fa28 commit dee1ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/integration/tests/misc/recent_repos_on_launch.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit dee1ff0

Please sign in to comment.