From c34c8061272e5e70a1e3e65c42b3bb08c88d625a Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Thu, 3 Oct 2019 22:20:25 -0500 Subject: [PATCH] Tests: (-test-show-result) Fix Update for refactoring that removed org-ql-agenda. --- tests/test-org-ql.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test-org-ql.el b/tests/test-org-ql.el index c7890fc..4092642 100644 --- a/tests/test-org-ql.el +++ b/tests/test-org-ql.el @@ -75,8 +75,8 @@ (if-let* ((sexp (elisp--preceding-sexp)) (sexp (pcase sexp (`(org-ql . ,_) (setf (car sexp) 'org-ql-agenda)) - (`(org-ql-expect ,ql-args . ,_) (setf sexp `(org-ql-agenda test-buffer - ,@ql-args))) + (`(org-ql-expect ,ql-args . ,_) (setf sexp `(org-ql-select test-buffer + ',@ql-args))) (_ nil)))) (eval sexp)