Fix test name to match what is tested

This commit is contained in:
Juha Jokimaki 2016-10-30 17:31:16 +02:00
parent 8fd4946959
commit 3d4a38a10a

View file

@ -58,7 +58,7 @@
;; $ne
;;
(deftest find-with-and-or-operators
(deftest find-with-ne-operator
(let [collection "libraries"]
(mc/insert-batch db collection [{:language "Ruby" :name "mongoid" :users 1}
{:language "Clojure" :name "langohr" :users 5}