summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/patch_building/select_all_files.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/patch_building/select_all_files.go')
-rw-r--r--pkg/integration/tests/patch_building/select_all_files.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/patch_building/select_all_files.go b/pkg/integration/tests/patch_building/select_all_files.go
index 711d31c29..5665cef50 100644
--- a/pkg/integration/tests/patch_building/select_all_files.go
+++ b/pkg/integration/tests/patch_building/select_all_files.go
@@ -6,7 +6,7 @@ import (
)
var SelectAllFiles = NewIntegrationTest(NewIntegrationTestArgs{
- Description: "All all files of a commit to a custom patch with the 'a' keybinding",
+ Description: "Add all files of a commit to a custom patch with the 'a' keybinding",
ExtraCmdArgs: []string{},
Skip: false,
SetupConfig: func(config *config.AppConfig) {},