From 3d4a38a10a98d98cf874d85887a1a7b75efb4eab Mon Sep 17 00:00:00 2001 From: Juha Jokimaki Date: Sun, 30 Oct 2016 17:31:16 +0200 Subject: [PATCH] Fix test name to match what is tested --- test/monger/test/query_operators_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/monger/test/query_operators_test.clj b/test/monger/test/query_operators_test.clj index 1cc6184..234389b 100644 --- a/test/monger/test/query_operators_test.clj +++ b/test/monger/test/query_operators_test.clj @@ -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}