From 3da3700fae9b141aa10c56941c98abea49214a00 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 26 Apr 2020 21:45:30 -0700 Subject: Fix oni-core tests --- test/oni-core-test.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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))))) -- cgit v1.2.3-54-g00ecf