From 12b3b426b563627c6a1068df245b6aa86646e931 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Mon, 16 Nov 2020 04:49:20 -0600 Subject: [PATCH] Tests: Call org-store-link interactively --- tests/test-org-ql.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-org-ql.el b/tests/test-org-ql.el index 9181500..f1c1f25 100644 --- a/tests/test-org-ql.el +++ b/tests/test-org-ql.el @@ -1435,7 +1435,7 @@ RESULTS should be a list of strings as returned by (with-simulated-input input ;; Avoid writing "Stored: ..." to test output. (let ((inhibit-message t)) - (org-store-link nil))) + (call-interactively #'org-store-link nil))) (kill-buffer)) (open-link-in (caar org-stored-links) buffer) (with-current-buffer (get-buffer (concat "*Org QL View: " title "*"))