From b3088eea3f9a7e5c66a444d10a8700a65aa9387d Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 22 May 2017 08:26:22 +0200 Subject: [PATCH] Update a test * testing/lisp/test-org.el (test-org/refile-get-targets): Update test. --- 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 cd75cb727..a2d177702 100644 --- a/testing/lisp/test-org.el +++ b/testing/lisp/test-org.el @@ -5404,7 +5404,7 @@ Paragraph" (nil :todo . "TODO")))) (mapcar #'car (org-refile-get-targets)))))) (should - (equal '("F3" "H1" "F2") + (equal '("F2" "F3" "H1") (org-test-with-temp-text "* TODO H1\n** TODO F2\n*** F3" (let ((org-refile-use-outline-path nil) (org-refile-targets `((nil :regexp . "F")