From a6d96da5bd46d4583998e4b5abdd38e87f8fc6b7 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Wed, 14 Sep 2011 14:50:55 +0400 Subject: [PATCH] Another attemp to make CI pass --- test/monger/test/collection.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/monger/test/collection.clj b/test/monger/test/collection.clj index 6e2bb7d..38663d6 100644 --- a/test/monger/test/collection.clj +++ b/test/monger/test/collection.clj @@ -427,7 +427,7 @@ (is (monger.collection/exists? collection)) (monger.collection/drop collection) (is (false? (monger.collection/exists? collection))) - (monger.collection/create "widgets" { :capped true :n 100 }) + (monger.collection/create "widgets" { :capped true :size 100000 :max 10 }) (is (monger.collection/exists? collection)) (monger.collection/rename collection "gadgets") (is (not (monger.collection/exists? collection)))