Skip to content
Snippets Groups Projects
Commit 70e18fb3 authored by Simon Belak's avatar Simon Belak
Browse files

update tests

parent cc54cd05
Branches
Tags
No related merge requests found
......@@ -12,7 +12,7 @@
;; If there's no overlap between filter clauses, just merge using `:and`.
(expect
[:and [:and [:and [:= [:field-id 3] 42] [:= [:fk-> 1 9] "foo"]] [:> [:field-id 2] 10]] [:< [:field-id 2] 100]]
[:and [:= [:field-id 3] 42] [:= [:fk-> 1 9] "foo"] [:> [:field-id 2] 10] [:< [:field-id 2] 100]]
(inject-refinement [:and [:= [:fk-> 1 9] "foo"]
[:and [:> [:field-id 2] 10]
[:< [:field-id 2] 100]]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment