aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-04-26 21:45:30 -0700
committerGravatar Tom Willemse2020-04-26 21:45:30 -0700
commit3da3700fae9b141aa10c56941c98abea49214a00 (patch)
tree7ed91296c7c6a6cd05e2875657a3f6471b5374bc /test
parent18807d5461cbd62f1562b160585b510e576e82c4 (diff)
downloademacs-config-3da3700fae9b141aa10c56941c98abea49214a00.tar.gz
emacs-config-3da3700fae9b141aa10c56941c98abea49214a00.zip
Fix oni-core tests
Diffstat (limited to 'test')
-rw-r--r--test/oni-core-test.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/oni-core-test.el b/test/oni-core-test.el
index eb9886e..b9cf0d2 100644
--- a/test/oni-core-test.el
+++ b/test/oni-core-test.el
@@ -65,6 +65,6 @@
;; We already loaded it with the ‘require’ call above. We load it again so we
;; can check that the timer set up in it doesn’t appear twice.
(load-library "oni-core")
- (let* ((pred (lambda (elt) (eq 'recentf-save-list (aref elt 5))))
+ (let* ((pred (lambda (elt) (eq 'oni-core-recentf-save-list-silently (aref elt 5))))
(matches (delete nil (mapcar pred timer-idle-list))))
(should (eq 1 (length matches)))))