diff options
Diffstat (limited to 'tests/test-pearl-list-comments.el')
| -rw-r--r-- | tests/test-pearl-list-comments.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test-pearl-list-comments.el b/tests/test-pearl-list-comments.el index 1e2b009..a9517c9 100644 --- a/tests/test-pearl-list-comments.el +++ b/tests/test-pearl-list-comments.el @@ -116,8 +116,7 @@ (ert-deftest test-pearl-append-finds-marked-comments-heading () "Adding a comment to an issue whose Comments heading carries a marker reuses it." - (let ((pearl-state-to-todo-mapping '(("Todo" . "TODO"))) - (pearl-list-comments-shown 5) (pearl-list-comments-count-cap 25)) + (let ((pearl-list-comments-shown 5) (pearl-list-comments-count-cap 25)) (let ((entry (pearl--format-issue-as-org-entry (pearl--cap-issue-list-comments (list :id "a" :identifier "ENG-1" :title "issue" |
