Skip to content
Snippets Groups Projects
Commit 49cc444d authored by Simon Belak's avatar Simon Belak
Browse files

Add test

parent ce103953
Branches
Tags
No related merge requests found
......@@ -11,3 +11,9 @@
[3 nil]
[4 5]
[6 7]]})))
;; make sure that `infer-column-types` defaults `base_type` to `type/*` if there are no non-nil
;; values when we peek.
(expect
[{:name "a", :display_name "A", :base_type :type/*}]
(:cols (#'annotate-and-sort/infer-column-types {:columns [:a], :rows [[nil]]})))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment