aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test-pearl-keymap.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test-pearl-keymap.el b/tests/test-pearl-keymap.el
index 9650652..49dbd31 100644
--- a/tests/test-pearl-keymap.el
+++ b/tests/test-pearl-keymap.el
@@ -167,9 +167,9 @@ literal my-open-issues fetch stays at f o (they are no longer the same command).
(test-pearl-keymap--label-of pearl-views-map 'pearl-set-default-view)))
(should (string= "switch account"
(test-pearl-keymap--label-of pearl-workspace-map 'pearl-switch-account)))
- (should (string= "+edit" (test-pearl-keymap--label-of pearl-prefix-map pearl-edit-map)))
- (should (string= "+views" (test-pearl-keymap--label-of pearl-prefix-map pearl-views-map)))
- (should (string= "+workspace"
+ (should (string= "edit..." (test-pearl-keymap--label-of pearl-prefix-map pearl-edit-map)))
+ (should (string= "views..." (test-pearl-keymap--label-of pearl-prefix-map pearl-views-map)))
+ (should (string= "workspace..."
(test-pearl-keymap--label-of pearl-prefix-map pearl-workspace-map))))
(ert-deftest test-pearl-prefix-map-not-bound-at-load ()