Skip to content

Commit

Permalink
Spell IP match in terms of featurec
Browse files Browse the repository at this point in the history
  • Loading branch information
lvh committed Feb 3, 2016
1 parent 35b1193 commit eb325bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/desdemona/query_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
(q/run-query 'l/fail
[{:ip "10.0.0.1"}])))
(is (= [[{:ip "10.0.0.1"}]]
(q/run-query '(== (:ip x) "10.0.0.1")
(q/run-query '(l/featurec x {:ip "10.0.0.1"})
[{:ip "10.0.0.1"}]))))

0 comments on commit eb325bc

Please sign in to comment.