Tests: Change description

This commit is contained in:
Adam Porter 2019-07-24 20:21:06 -05:00
parent 290e25509b
commit 81ef7adbca

View file

@ -130,8 +130,7 @@ Based on Buttercup macro `it'."
(or "string1" "string2"))) (or "string1" "string2")))
:to-equal '(unless (and (regexp "stringcondition1") (regexp "stringcond2")) (or (regexp "string1") (regexp "string2"))))) :to-equal '(unless (and (regexp "stringcondition1") (regexp "stringcond2")) (or (regexp "string1") (regexp "string2")))))
(describe "Query compiling" (describe "Query optimizing"
;; Okay, so it's not really "compiling," but it sounds fancy. :)
;; TODO: Other predicates. ;; TODO: Other predicates.