summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Haller <stefan@haller-berlin.de>2024-01-26 17:36:42 +0100
committerStefan Haller <stefan@haller-berlin.de>2024-01-28 09:49:56 +0100
commite8e7ddea4563d853c7dec7c3a749f846554c1106 (patch)
tree3de2843c398149b2d4901ebe58aaab6f8b7547d6
parent6322944a5e30fed9bdb817dfb013ac3162d0af18 (diff)
Fix typo
-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) {},