Skip to content

Commit a4f5917

Browse files
committed
Fix test
1 parent 4351aaf commit a4f5917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-org-ql.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ RESULTS should be a list of strings as returned by
304304
(it "all clauses have preambles"
305305
(expect (org-ql--query-preamble '(or (regexp "a") (regexp "b")))
306306
:to-equal (list :query '(or (regexp "a") (regexp "b"))
307-
:preamble (rx-to-string `(or (regexp "a") (regexp "b")))
307+
:preamble (rx-to-string `(or (regexp "b") (regexp "a")))
308308
:preamble-case-fold t)))
309309
(it "some clauses miss preambles"
310310
(expect (org-ql--query-preamble '(or (regexp "a") (+ 1 1)))

0 commit comments

Comments
 (0)