Skip to content
Snippets Groups Projects
Commit c422991d authored by Cam Saul's avatar Cam Saul
Browse files

test fix

parent a3e577ea
Branches
Tags
No related merge requests found
......@@ -132,7 +132,7 @@
keep-taking? (if limit (fn [_]
(< (count values) limit))
(constantly true))]
(->> (i/field-values-lazy-seq @(ns-resolve 'metabase.driver.mongo 'driver) (sel :one Field :id (:id field))) ; resolve driver at runtime to avoid circular deps
(->> (i/field-values-lazy-seq @(ns-resolve 'metabase.driver.mongo 'driver) (sel :one Field :id (:field-id field))) ; resolve driver at runtime to avoid circular deps
(filter identity)
(map hash)
(map #(conj! values %))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment