aboutsummaryrefslogtreecommitdiff
path: root/tests/test-org-drill-map-leitner-capture.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-org-drill-map-leitner-capture.el')
-rw-r--r--tests/test-org-drill-map-leitner-capture.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-org-drill-map-leitner-capture.el b/tests/test-org-drill-map-leitner-capture.el
index bc43c7d..114f51e 100644
--- a/tests/test-org-drill-map-leitner-capture.el
+++ b/tests/test-org-drill-map-leitner-capture.el
@@ -60,8 +60,8 @@
(should (= 0 (length org-drill-leitner-boxed-entries)))
(should (= 0 (length org-drill-leitner-unboxed-entries))))))
-(ert-deftest test-map-leitner-capture-non-drill-entry-skipped ()
- "Non-drill heading is skipped entirely."
+(ert-deftest test-map-leitner-capture-no-headline-skipped ()
+ "A buffer with no headline at all is skipped entirely."
(with-leitner-tempfile "Just text, no headlines\n"
(let ((session (org-drill-session))
(org-drill-question-tag org-drill-leitner-tag))