Skip to content

Commit

Permalink
Test fix 🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
camsaul committed Mar 29, 2018
1 parent 995b742 commit 1e06979
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,16 @@
(expect
{:database 1
:type :query
:query {:filter [:= ["field-id" 123] "666"]
:query {:filter [:= ["field-id" (data/id :venues :name)] "Cam's Toucannery"]
:breakout [17]}}
(expand-parameters {:database 1
:type :query
:query {:breakout [17]}
:parameters [{:hash "abc123"
:name "foo"
:type "id"
:target ["dimension" ["field-id" 123]]
:value "666"}]}))

(defn- unused-field-id [])
:target ["dimension" ["field-id" (data/id :venues :name)]]
:value "Cam's Toucannery"}]}))

;; multiple filters are conjoined by an "AND"
(expect
Expand Down

0 comments on commit 1e06979

Please sign in to comment.