Remove some assertions that do not really test anything in the client
This commit is contained in:
parent
d6adb6c0e5
commit
c970a60765
1 changed files with 0 additions and 3 deletions
|
|
@ -19,9 +19,6 @@
|
|||
(deftest ^{:indexing true} test-creating-and-dropping-indexes
|
||||
(let [collection "libraries"]
|
||||
(mgcol/drop-indexes collection)
|
||||
(is (= "_id_"
|
||||
(:name (first (mgcol/indexes-on collection)))))
|
||||
(is (nil? (second (mgcol/indexes-on collection))))
|
||||
(mgcol/create-index collection { "language" 1 })
|
||||
(is (= "language_1"
|
||||
(:name (second (mgcol/indexes-on collection)))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue