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) {},