branch: elpa/org-drill
commit 5b6bb5445ce8ee3dc7182ea26a66625b02bd8cc8
Author: Phillip Lord <[email protected]>
Commit: Phillip Lord <[email protected]>
Fix broken test
---
test/org-drill-test.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/org-drill-test.el b/test/org-drill-test.el
index da284766bf..529d411ea3 100644
--- a/test/org-drill-test.el
+++ b/test/org-drill-test.el
@@ -42,4 +42,4 @@
(assess-with-find-file
(assess-make-related-file
(concat this-directory "one-two-three.org"))
- (org-map-drill-entries (lambda () (point)) 'file nil)))))
+ (org-drill-map-entries (lambda () (point)) 'file nil)))))