Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sbelak committed Jul 4, 2018
1 parent cc54cd0 commit 70e18fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/metabase/automagic_dashboards/filters_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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]]]
Expand Down

0 comments on commit 70e18fb

Please sign in to comment.