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

Fix failing test

parent 2a185a04
Branches
Tags
No related merge requests found
......@@ -74,7 +74,7 @@
;; if someone says specifies `tinyInt1isBit=false`, it should come back as a number instead
(expect-with-engine :mysql
#{{:name "number-of-cans", :base_type :type/Integer, :special_type :type/Category}
#{{:name "number-of-cans", :base_type :type/Integer, :special_type :type/Quantity}
{:name "id", :base_type :type/Integer, :special_type :type/PK}
{:name "thing", :base_type :type/Text, :special_type :type/Category}}
(data/with-temp-db [db tiny-int-ones]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment