branch: externals/org
commit e9d40de2076d540aba34ba0a1d65adcf35ee8967
Author: Jacob S. Gordon <[email protected]>
Commit: Ihor Radchenko <[email protected]>

    ; test-org: Use `org-priority-to-string' to convert priorities
    
    * testing/lisp/test-org.el (test-org/entry-properties):  Use
    `org-priority-to-string' instead of `char-to-string'.
---
 testing/lisp/test-org.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testing/lisp/test-org.el b/testing/lisp/test-org.el
index 84bad0d525..28087893e3 100644
--- a/testing/lisp/test-org.el
+++ b/testing/lisp/test-org.el
@@ -7288,7 +7288,7 @@ Paragraph<point>"
          (org-test-with-temp-text "* [#A] H"
            (cdr (assoc "PRIORITY" (org-entry-properties))))))
   (should
-   (equal (char-to-string org-priority-default)
+   (equal (org-priority-to-string org-priority-default)
          (org-test-with-temp-text "* H"
            (cdr (assoc "PRIORITY" (org-entry-properties nil "PRIORITY"))))))
   ;; Get "FILE" property.

Reply via email to