Skip to content

Commit

Permalink
Try again to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
justbur committed Jun 22, 2021
1 parent 7cfbf8c commit d8445fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion which-key-tests.el
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

(require 'which-key)
(require 'ert)
(require 'evil)

(ert-deftest which-key-test--keymap-based-bindings ()
(let ((map (make-sparse-keymap))
Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit d8445fd

Please sign in to comment.