diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-07 01:00:55 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-07 01:00:55 -0500 |
| commit | 865473ebe470d4abc858c67ba1456c10ca0012c9 (patch) | |
| tree | af5ac2e696769942b1a6e12b9a1b3c53593cd75a /tests | |
| parent | eef4b44b461a21fb99eedc4a70cb3f25fc536ba9 (diff) | |
| download | pearl-865473ebe470d4abc858c67ba1456c10ca0012c9.tar.gz pearl-865473ebe470d4abc858c67ba1456c10ca0012c9.zip | |
fix(keymap): label the issue create/delete keys 'ticket' to match the t chord
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test-pearl-keymap.el | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |
