test-org-agenda/todo-selector: Remove stray `message' call
* testing/lisp/test-org-agenda.el: Remove leftover message call.
This commit is contained in:
parent
3b49db8755
commit
9e40208547
|
@ -102,7 +102,6 @@
|
||||||
(should
|
(should
|
||||||
(progn
|
(progn
|
||||||
"all todo"
|
"all todo"
|
||||||
(message "%S\n----\n%s\n----\n" org-todo-keywords (buffer-string))
|
|
||||||
(goto-char (point-min))
|
(goto-char (point-min))
|
||||||
(search-forward "[ ] Unchecked and will appear in agenda" nil t)))
|
(search-forward "[ ] Unchecked and will appear in agenda" nil t)))
|
||||||
(should
|
(should
|
||||||
|
|
Loading…
Reference in New Issue