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

test fix

parent 8369cbff
No related branches found
No related tags found
No related merge requests found
......@@ -40,8 +40,8 @@
:updated_at (util/new-sql-timestamp)
:dataset_query (cheshire/generate-string dataset_query)
:visualization_settings (cheshire/generate-string visualization_settings))
display (do (assert (contains? display-types (keyword display)))
(assoc :display (name display)))))
display #(do (assert (contains? display-types (keyword display)))
(assoc % :display (name display)))))
(defmethod post-select Card [_ {:keys [organization_id creator_id] :as card}]
(-> card
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment