Nuke a couple of reflection warnings
This commit is contained in:
parent
c62c433559
commit
946348a8d9
1 changed files with 2 additions and 2 deletions
|
|
@ -539,7 +539,7 @@
|
|||
(map #(mgcnv/from-db-object % true) (seq results))))
|
||||
(is (= expected
|
||||
(map #(mgcnv/from-db-object % true) (mgcol/find "mr_outputs"))))
|
||||
(.drop output)))
|
||||
(.drop ^MapReduceOutput output)))
|
||||
|
||||
(deftest basic-map-reduce-example-that-merged-results-into-named-collection
|
||||
(mgcol/remove collection)
|
||||
|
|
@ -551,4 +551,4 @@
|
|||
(is (= 4 (monger.core/count (.results ^MapReduceOutput output))))
|
||||
(is (= ["CA" "IL" "NY" "OR"]
|
||||
(map :_id (mgcol/find-maps "merged_mr_outputs"))))
|
||||
(.drop output))))
|
||||
(.drop ^MapReduceOutput output))))
|
||||
|
|
|
|||
Loading…
Reference in a new issue