emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/which-key d8445fd 24/32: Try again to fix tests


From: ELPA Syncer
Subject: [elpa] externals/which-key d8445fd 24/32: Try again to fix tests
Date: Wed, 30 Jun 2021 18:57:30 -0400 (EDT)

branch: externals/which-key
commit d8445fd80e81b6ad2acdb5be2e36740e6d4839d7
Author: Justin Burkett <justin@burkett.cc>
Commit: Justin Burkett <justin@burkett.cc>

    Try again to fix tests
---
 which-key-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/which-key-tests.el b/which-key-tests.el
index e2cd0ef..40566e7 100644
--- a/which-key-tests.el
+++ b/which-key-tests.el
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]