mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Update wording in disable keybindings test
Co-authored-by: Jesse Duffield <jessedduffield@gmail.com>
This commit is contained in:
parent
d02deeefd8
commit
421c6565f9
|
|
@ -6,7 +6,7 @@ import (
|
|||
)
|
||||
|
||||
var DisabledKeybindings = NewIntegrationTest(NewIntegrationTestArgs{
|
||||
Description: "Confirms You can set keybindings to blank to disable them",
|
||||
Description: "Confirms you can disable keybindings by setting them to <disabled>",
|
||||
ExtraCmdArgs: []string{},
|
||||
Skip: false,
|
||||
SetupConfig: func(config *config.AppConfig) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue