0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-08-25 06:02:53 +00:00

test-org-agenda/todo-selector: Remove stray `message' call

* testing/lisp/test-org-agenda.el: Remove leftover message call.
This commit is contained in:
Ihor Radchenko 2023-08-18 11:08:12 +03:00
parent 3b49db8755
commit 9e40208547
No known key found for this signature in database
GPG key ID: 6470762A7DA11D8B

View file

@ -102,7 +102,6 @@
(should
(progn
"all todo"
(message "%S\n----\n%s\n----\n" org-todo-keywords (buffer-string))
(goto-char (point-min))
(search-forward "[ ] Unchecked and will appear in agenda" nil t)))
(should