From 81ef7adbcaee9a705716089118f66faf84d209f2 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Wed, 24 Jul 2019 20:21:06 -0500 Subject: [PATCH] Tests: Change description --- tests/test-org-ql.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test-org-ql.el b/tests/test-org-ql.el index ba30eec..67d92be 100644 --- a/tests/test-org-ql.el +++ b/tests/test-org-ql.el @@ -130,8 +130,7 @@ Based on Buttercup macro `it'." (or "string1" "string2"))) :to-equal '(unless (and (regexp "stringcondition1") (regexp "stringcond2")) (or (regexp "string1") (regexp "string2"))))) - (describe "Query compiling" - ;; Okay, so it's not really "compiling," but it sounds fancy. :) + (describe "Query optimizing" ;; TODO: Other predicates.