aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPhillip Lord <phillip.lord@russet.org.uk>2019-06-20 13:49:07 +0100
committerPhillip Lord <phillip.lord@russet.org.uk>2019-06-20 13:49:07 +0100
commit5b6bb5445ce8ee3dc7182ea26a66625b02bd8cc8 (patch)
tree081b38d2f90db25e7f954034a74275a36a639f29 /test
parentb161277f82d9d142d3a5728d982ad1041a81918b (diff)
downloadorg-drill-5b6bb5445ce8ee3dc7182ea26a66625b02bd8cc8.tar.gz
org-drill-5b6bb5445ce8ee3dc7182ea26a66625b02bd8cc8.zip
Fix broken test
Diffstat (limited to 'test')
-rw-r--r--test/org-drill-test.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org-drill-test.el b/test/org-drill-test.el
index da28476..529d411 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)))))