aboutsummaryrefslogtreecommitdiff
path: root/tests/test-pearl-save.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-pearl-save.el')
-rw-r--r--tests/test-pearl-save.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-pearl-save.el b/tests/test-pearl-save.el
index 802535b..a8ae6af 100644
--- a/tests/test-pearl-save.el
+++ b/tests/test-pearl-save.el
@@ -247,9 +247,9 @@ so the next local dirty scan (which uses the Org hash) sees the ticket as clean.
(pearl--save-description-field marker (lambda (o) (setq outcome o))))
(should (eq 'pushed (plist-get outcome :status)))
(org-with-point-at marker
- (should (string= (secure-hash 'sha256 (pearl--issue-body-at-point))
+ (should (string= (secure-hash 'sha256 (pearl--entry-body-at-point))
(org-entry-get nil "LINEAR-DESC-ORG-SHA256")))
- (should (string= (secure-hash 'sha256 (pearl--org-to-md (pearl--issue-body-at-point)))
+ (should (string= (secure-hash 'sha256 (pearl--org-to-md (pearl--entry-body-at-point)))
(org-entry-get nil "LINEAR-DESC-SHA256")))
;; the push timestamp still lands via the after-push bookkeeping
(should (string= "t1" (org-entry-get nil "LINEAR-DESC-UPDATED-AT")))))))