branch: externals/ergoemacs-mode
commit d4e7ffcde3d9ff35b789d6192fe62cb71a1a87d6
Author: Matthew L. Fidler <[email protected]>
Commit: Matthew L. Fidler <[email protected]>
Add another fix for dired test
---
ergoemacs-test.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ergoemacs-test.el b/ergoemacs-test.el
index 51d223cd31..305dc695e4 100644
--- a/ergoemacs-test.el
+++ b/ergoemacs-test.el
@@ -440,7 +440,7 @@ Part of addressing Issue #147."
(should (equal (key-binding (kbd "s s"))
(lookup-key ergoemacs-test--dired-sort-map "s")))
(should (equal (key-binding (kbd "s ."))
- (lookup-key "." ergoemacs-test--dired-sort-map)))
+ (lookup-key ergoemacs-test--dired-sort-map ".")))
(should (equal (key-binding (kbd "s t"))
(lookup-key ergoemacs-test--dired-sort-map "t")))
(should (equal (key-binding (kbd "s n"))