aboutsummaryrefslogtreecommitdiff
path: root/tests/test-pearl-keymap.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-pearl-keymap.el')
-rw-r--r--tests/test-pearl-keymap.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test-pearl-keymap.el b/tests/test-pearl-keymap.el
index b1b5e23..1ae0d3d 100644
--- a/tests/test-pearl-keymap.el
+++ b/tests/test-pearl-keymap.el
@@ -74,7 +74,9 @@ The lowercase `c' is no longer a direct command -- it is the create prefix."
(should (eq 'pearl-run-view (lookup-key pearl-prefix-map (kbd "f v"))))
(should (eq 'pearl-run-saved-query (lookup-key pearl-prefix-map (kbd "f q"))))
(should (eq 'pearl-sync-saved-query-to-linear
- (lookup-key pearl-prefix-map (kbd "f S")))))
+ (lookup-key pearl-prefix-map (kbd "f S"))))
+ (should (eq 'pearl-publish-current-source
+ (lookup-key pearl-prefix-map (kbd "f P")))))
(ert-deftest test-pearl-prefix-map-edit-group ()
"The edit group resolves each field-edit command."