From 865473ebe470d4abc858c67ba1456c10ca0012c9 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Jun 2026 01:00:55 -0500 Subject: fix(keymap): label the issue create/delete keys 'ticket' to match the t chord --- tests/test-pearl-keymap.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test-pearl-keymap.el b/tests/test-pearl-keymap.el index 6107d9f..ce8492b 100644 --- a/tests/test-pearl-keymap.el +++ b/tests/test-pearl-keymap.el @@ -155,7 +155,7 @@ literal my-open-issues fetch stays at f o (they are no longer the same command). "Leaf bindings carry verb labels; sub-prefixes carry +labels." (should (string= "edit state" (test-pearl-keymap--label-of pearl-edit-map 'pearl-edit-state))) - (should (string= "create issue" + (should (string= "create ticket" (test-pearl-keymap--label-of pearl-create-map 'pearl-create-issue))) (should (string= "open issue in browser" (test-pearl-keymap--label-of pearl-open-map 'pearl-open-current-issue))) -- cgit v1.2.3