From e8e7ddea4563d853c7dec7c3a749f846554c1106 Mon Sep 17 00:00:00 2001 From: Stefan Haller Date: Fri, 26 Jan 2024 17:36:42 +0100 Subject: [PATCH] Fix typo --- pkg/integration/tests/patch_building/select_all_files.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {},