-
Michiel Borkent authored
* Linting improvements: 0 errors in src + shared/src * satisfy other linter
Michiel Borkent authored* Linting improvements: 0 errors in src + shared/src * satisfy other linter
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
test.clj 239 B
(ns test
(:require [metabase.query-processor.streaming :as streaming]
[toucan.models :as models]))
(models/defmodel Card :foo)
(map->Card {:foo 1})
(map->CardInstance {:foo 1})
(streaming/streaming-response [x 1 (inc x)])