aboutsummaryrefslogtreecommitdiff
path: root/tests/test-pearl-compose.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-pearl-compose.el')
-rw-r--r--tests/test-pearl-compose.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-pearl-compose.el b/tests/test-pearl-compose.el
index a96a9ca..7029297 100644
--- a/tests/test-pearl-compose.el
+++ b/tests/test-pearl-compose.el
@@ -94,7 +94,7 @@ Binds `captured' to the value the on-finish receives (or `:none'). Stubs
(defmacro test-pearl--in-issue (&rest body)
"Run BODY in an org buffer with point inside a Linear issue subtree."
(declare (indent 0))
- `(let ((pearl-state-to-todo-mapping '(("Todo" . "TODO"))))
+ `(progn
(with-temp-buffer
(insert "** TODO [#B] ENG-1: Issue\n:PROPERTIES:\n:LINEAR-ID: a\n:END:\nBody.\n")
(org-mode)