Lets see if this is what causes CI to fail

This commit is contained in:
Michael S. Klishin 2011-09-14 14:47:42 +04:00
parent 27358efbbc
commit 416cb5b315

View file

@ -427,7 +427,7 @@
(is (monger.collection/exists? collection)) (is (monger.collection/exists? collection))
(monger.collection/drop collection) (monger.collection/drop collection)
(is (false? (monger.collection/exists? collection))) (is (false? (monger.collection/exists? collection)))
(monger.collection/create "widgets" { :capped true :max 100 }) (monger.collection/create "widgets" { :capped true :n 100 })
(is (monger.collection/exists? collection)) (is (monger.collection/exists? collection))
(monger.collection/rename collection "gadgets") (monger.collection/rename collection "gadgets")
(is (not (monger.collection/exists? collection))) (is (not (monger.collection/exists? collection)))