aboutsummaryrefslogtreecommitdiff
path: root/tests/test-pearl-output.el
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-pearl-output.el')
-rw-r--r--tests/test-pearl-output.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-pearl-output.el b/tests/test-pearl-output.el
index 6eafbb4..eb5c671 100644
--- a/tests/test-pearl-output.el
+++ b/tests/test-pearl-output.el
@@ -52,7 +52,7 @@
(should (string-match-p "^#\\+LINEAR-SOURCE: " out))
(should (string-match-p "^#\\+LINEAR-COUNT: 0$" out))
;; affordance preamble is present as org comments, not content
- (should (string-match-p "^# .*pearl-sync-current-issue" out))))
+ (should (string-match-p "^# .*pearl-save-issue" out))))
(ert-deftest test-pearl-build-org-content-source-roundtrips ()
"The serialized source in the header reads back to the original plist."