From 76b3371420f5a2196bcd4437e0458153de367295 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Fri, 14 Sep 2012 11:46:48 +0400 Subject: [PATCH] Cosmetics --- test/monger/test/querying_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/monger/test/querying_test.clj b/test/monger/test/querying_test.clj index 292c2c0..5502d35 100644 --- a/test/monger/test/querying_test.clj +++ b/test/monger/test/querying_test.clj @@ -231,7 +231,7 @@ (find {}) (paginate :page 1 :per-page 3) (sort { :title 1 }) - (read-preference ReadPreference/primary) + (read-preference (ReadPreference/primary)) (options com.mongodb.Bytes/QUERYOPTION_NOTIMEOUT)) result2 (with-collection coll (find {})