aboutsummaryrefslogtreecommitdiff
path: root/tests/test-pearl-save.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-pearl-save.el')
-rw-r--r--tests/test-pearl-save.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/test-pearl-save.el b/tests/test-pearl-save.el
index 22df84e..90e55cd 100644
--- a/tests/test-pearl-save.el
+++ b/tests/test-pearl-save.el
@@ -43,8 +43,7 @@
;; `org-entry-put', which in batch makes the cache reconcile pathologically
;; (seconds per call). Disabling it keeps the suite fast and deterministic;
;; production never touches this binding.
- `(let ((pearl-state-to-todo-mapping '(("Todo" . "TODO")))
- (pearl-comment-sort-order 'newest-first)
+ `(let ((pearl-comment-sort-order 'newest-first)
(org-element-use-cache nil))
(with-temp-buffer
(insert (pearl--format-issue-as-org-entry ,issue))
@@ -734,8 +733,7 @@ description hash is left untouched and the title still saved."
(defmacro test-pearl-save--in-two-issues (&rest body)
"Render two issues (ENG-1, ENG-2; bodies \"Body.\") and run BODY at point-min."
(declare (indent 0))
- `(let ((pearl-state-to-todo-mapping '(("Todo" . "TODO")))
- (pearl-comment-sort-order 'newest-first)
+ `(let ((pearl-comment-sort-order 'newest-first)
(org-element-use-cache nil))
(with-temp-buffer
(insert (pearl--format-issue-as-org-entry