branch: elpa/with-simulated-input
commit a5c955085dc0666fb977ff630ea6edc97155506e
Author: Ryan C. Thompson <[email protected]>
Commit: Ryan C. Thompson <[email protected]>
Fix some warnings in test file
---
tests/test-with-simulated-input.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/test-with-simulated-input.el
b/tests/test-with-simulated-input.el
index 2b63068eb5..7cfd30386e 100644
--- a/tests/test-with-simulated-input.el
+++ b/tests/test-with-simulated-input.el
@@ -77,7 +77,7 @@
(describe "used with `completing-read'"
- :var (collection completing-read-function)
+ :var (completing-read-function)
(before-each
(setq mycollection '("bluebird" "blueberry" "bluebell" "bluegrass"
"baseball")
@@ -185,7 +185,7 @@ Note that there are multiple ways to represent a time, so
(apply orig-timer--activate timer args))))
(after-each
- (mapcar #'cancel-timer timers-to-cancel)
+ (mapc #'cancel-timer timers-to-cancel)
(setq timers-to-cancel nil)
(spy-calls-reset 'idle-canary))