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

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

[nongnu] elpa/with-simulated-input 38454eae74 086/134: Improve test cove


From: ELPA Syncer
Subject: [nongnu] elpa/with-simulated-input 38454eae74 086/134: Improve test coverage for wsi-get-unbound-key
Date: Mon, 10 Jan 2022 23:00:07 -0500 (EST)

branch: elpa/with-simulated-input
commit 38454eae74d68566260859531bc185eaa1e1855c
Author: Ryan C. Thompson <rct@thompsonclan.org>
Commit: Ryan C. Thompson <rct@thompsonclan.org>

    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'"



reply via email to

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