branch: elpa/with-simulated-input
commit 38454eae74d68566260859531bc185eaa1e1855c
Author: Ryan C. Thompson <[email protected]>
Commit: Ryan C. Thompson <[email protected]>
Improve test coverage for wsi-get-unbound-key
---
tests/test-with-simulated-input.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/test-with-simulated-input.el
b/tests/test-with-simulated-input.el
index a8bbdf8ded..0cc0c469c5 100644
--- a/tests/test-with-simulated-input.el
+++ b/tests/test-with-simulated-input.el
@@ -24,7 +24,7 @@
(it "should report an error if it fails to find an unbound key"
;; Now we call it with an empty list of modifiers and keys to
;; search, so it definitely should not find a binding.
- (expect (wsi-get-unbound-key '() "")
+ (expect (wsi-get-unbound-key "" '("abc" "123"))
:to-throw 'error)))
(describe "`with-simulated-input'"