aboutsummaryrefslogtreecommitdiffstats
path: root/test/oni-core-test.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/oni-core-test.el')
-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)))))