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

fix failing tests

parent 4adc7768
Branches
Tags
No related merge requests found
......@@ -74,7 +74,7 @@
(expect
4
(->> (Database (data/id)) candidate-tables count))
(->> (Database (data/id)) candidate-tables first :tables count))
;; Identity
......
......@@ -11,7 +11,7 @@
[toucan.util.test :as tt]))
(expect
#{[:field-id 1] [:metric 1] ["FIELD-ID" 2] ["segment" 1]}
#{[:field-id 1] [:metric 1] [:field-id 2] [:segment 1]}
(#'r/collect-context-bearing-forms [[:> [:field-id 1] 3]
["and" [:= ["FIELD-ID" 2] 2]
["segment" 1]]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment