added failing unit test

This commit is contained in:
Joshua Karstendick 2015-06-23 17:21:05 -04:00
parent 94029c7f6c
commit d337cd1546

View file

@ -26,6 +26,8 @@
(mc/ensure-index db collection (array-map "language" 1))
(mc/drop-indexes db collection)
(mc/ensure-index db collection (array-map "language" 1) {:unique true})
(mc/drop-indexes db collection)
(mc/ensure-index db collection (array-map "language" 1) "index-name" true)
(mc/drop-indexes db collection)))
(deftest ^{:indexing true :time-consuming true} test-ttl-collections