aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustin Burkett2021-06-21 23:10:22 -0400
committerJustin Burkett2021-06-21 23:10:22 -0400
commitd8445fd80e81b6ad2acdb5be2e36740e6d4839d7 (patch)
treeb6635adaa47e0eda60a6514f623424033db837a0
parent7cfbf8cee74ec92bf1a4177323bead288a8dff16 (diff)
downloademacs-d8445fd80e81b6ad2acdb5be2e36740e6d4839d7.tar.gz
emacs-d8445fd80e81b6ad2acdb5be2e36740e6d4839d7.zip
Try again to fix tests
-rw-r--r--which-key-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/which-key-tests.el b/which-key-tests.el
index e2cd0ef6e3d..40566e73aa4 100644
--- a/which-key-tests.el
+++ b/which-key-tests.el
@@ -26,6 +26,7 @@
26 26
27(require 'which-key) 27(require 'which-key)
28(require 'ert) 28(require 'ert)
29(require 'evil)
29 30
30(ert-deftest which-key-test--keymap-based-bindings () 31(ert-deftest which-key-test--keymap-based-bindings ()
31 (let ((map (make-sparse-keymap)) 32 (let ((map (make-sparse-keymap))
@@ -141,7 +142,6 @@
141 (evil-local-mode t) 142 (evil-local-mode t)
142 (evil-state 'normal) 143 (evil-state 'normal)
143 which-key-replacement-alist) 144 which-key-replacement-alist)
144 (require 'evil)
145 (define-key map [which-key-a] '(which-key "blah")) 145 (define-key map [which-key-a] '(which-key "blah"))
146 (define-key map "b" 'ignore) 146 (define-key map "b" 'ignore)
147 (define-key map "c" "c") 147 (define-key map "c" "c")