mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-19 22:33:16 +02:00
fixed typo in test description (#3101)
This commit is contained in:
commit
dee1ff007d
@ -9,7 +9,7 @@ import (
|
|||||||
// so I'm introducing a hacky env var to force lazygit to show the recent repos meu upon opening.
|
// so I'm introducing a hacky env var to force lazygit to show the recent repos meu upon opening.
|
||||||
|
|
||||||
var RecentReposOnLaunch = NewIntegrationTest(NewIntegrationTestArgs{
|
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{},
|
ExtraCmdArgs: []string{},
|
||||||
ExtraEnvVars: map[string]string{
|
ExtraEnvVars: map[string]string{
|
||||||
"SHOW_RECENT_REPOS": "true",
|
"SHOW_RECENT_REPOS": "true",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user