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

slightly more concise test

parent 8101a021
Branches
Tags
No related merge requests found
......@@ -44,5 +44,4 @@
:created_at $
:base_type "BigIntegerField"})]
(->> ((user->client :rasta) :get 200 (format "meta/table/%d/fields" (table->id :categories)))
(map (fn [field]
(deserialize-dates field :created_at :updated_at)))))
(map #(deserialize-dates % :created_at :updated_at))))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment