branch: externals/which-key
commit 7d344ce9661549f9b516ac4c308ec7b8d53aaf51
Author: Justin Burkett <[email protected]>
Commit: Justin Burkett <[email protected]>
Fix test
---
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 705099b..e2cd0ef 100644
--- a/which-key-tests.el
+++ b/which-key-tests.el
@@ -39,7 +39,7 @@
(should (equal
(which-key--get-keymap-bindings map)
'(("C-a" . "mycomplete")
- ("C-b" . "mymap"))))))
+ ("C-b" . "group:mymap"))))))
(ert-deftest which-key-test--prefix-declaration ()
"Test `which-key-declare-prefixes' and