Another attemp to make CI pass

This commit is contained in:
Michael S. Klishin 2011-09-14 14:50:55 +04:00
parent 416cb5b315
commit a6d96da5bd

View file

@ -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)))