1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-02 11:50:48 -08:00

Try again to fix tests

This commit is contained in:
Justin Burkett 2021-06-21 23:10:22 -04:00
parent 7cfbf8cee7
commit d8445fd80e

View file

@ -26,6 +26,7 @@
(require 'which-key)
(require 'ert)
(require 'evil)
(ert-deftest which-key-test--keymap-based-bindings ()
(let ((map (make-sparse-keymap))
@ -141,7 +142,6 @@
(evil-local-mode t)
(evil-state 'normal)
which-key-replacement-alist)
(require 'evil)
(define-key map [which-key-a] '(which-key "blah"))
(define-key map "b" 'ignore)
(define-key map "c" "c")