branch: elpa/bind-map commit 00b7778826f683e56ccfa3044b6312a1fcfdeb13 Author: justbur <jus...@burkett.cc> Commit: justbur <jus...@burkett.cc>
Fix minor-mode tests --- bind-map-tests.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bind-map-tests.el b/bind-map-tests.el index f06ecc1554..bbbd11efce 100644 --- a/bind-map-tests.el +++ b/bind-map-tests.el @@ -72,6 +72,4 @@ :evil-states (motion)) (evil-normalize-keymaps) (define-key tmpmap "a" "b") - (should (string= (key-binding "\C-aa") "b")) - (should (keymapp (lookup-key (evil-get-auxiliary-keymap tmpmap-root-map 'motion) "a"))) - (should (string= (lookup-key (evil-get-auxiliary-keymap tmpmap-root-map 'motion) "aa") "b")))) + (should (string= (key-binding "\C-aa") "b"))))