diff --git a/test/monger/test/collection.clj b/test/monger/test/collection.clj index 5916839..b31faa1 100644 --- a/test/monger/test/collection.clj +++ b/test/monger/test/collection.clj @@ -90,7 +90,8 @@ (is (= "language_1" (:name (second (mgcol/indexes-on collection))))) (mgcol/ensure-index collection { "language" 1 }) - (mgcol/ensure-index collection { "language" 1 } { :unique true }))) + (mgcol/ensure-index collection { "language" 1 } { :unique true }) + (mgcol/drop-indexes collection))) ;;