aboutsummaryrefslogtreecommitdiff
path: root/tests/test-integration-acceptance.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-integration-acceptance.el')
-rw-r--r--tests/test-integration-acceptance.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-integration-acceptance.el b/tests/test-integration-acceptance.el
index 48dd70a..37dce34 100644
--- a/tests/test-integration-acceptance.el
+++ b/tests/test-integration-acceptance.el
@@ -36,7 +36,7 @@
;; - --read-active-source / --build-org-content header round-trip
;; - pearl-refresh-current-view -> --merge-query-result (in-place merge)
;; - pearl-sync-current-issue -> --sync-decision -> --update-issue-description-async
-;; - pearl-add-comment -> --create-comment-async -> --append-comment-to-issue
+;; - pearl-create-comment -> --create-comment-async -> --append-comment-to-issue
;; - edit the priority cookie + pearl-save-issue -> --save-priority-field -> --update-issue-async
;;; Code:
@@ -189,7 +189,7 @@ because the description-update mutation contains both `IssueDescription' and
(goto-char (point-min))
(re-search-forward "First issue")
(setq test-integration--ops nil)
- (pearl-add-comment "looks good")
+ (pearl-create-comment "looks good")
(should (memq 'comment-create test-integration--ops))
(goto-char (point-min))
(should (re-search-forward "^\\*\\*\\* 💬 Comments 1/1$" nil t))