Fix test name to match what is tested
This commit is contained in:
parent
8fd4946959
commit
3d4a38a10a
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@
|
||||||
;; $ne
|
;; $ne
|
||||||
;;
|
;;
|
||||||
|
|
||||||
(deftest find-with-and-or-operators
|
(deftest find-with-ne-operator
|
||||||
(let [collection "libraries"]
|
(let [collection "libraries"]
|
||||||
(mc/insert-batch db collection [{:language "Ruby" :name "mongoid" :users 1}
|
(mc/insert-batch db collection [{:language "Ruby" :name "mongoid" :users 1}
|
||||||
{:language "Clojure" :name "langohr" :users 5}
|
{:language "Clojure" :name "langohr" :users 5}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue