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

Fix tests

parent 77d1c3c2
No related branches found
No related tags found
No related merge requests found
......@@ -275,7 +275,7 @@
(expect
{:list-like? true
:link-table? false
:num.-fields 2}
:num-fields 2}
(tt/with-temp* [Database [{db-id :id}]
Table [{table-id :id} {:db_id db-id}]
Field [{} {:table_id table-id :special_type :type/PK}]
......@@ -289,7 +289,7 @@
(expect
{:list-like? false
:link-table? true
:num.-fields 3}
:num-fields 3}
(tt/with-temp* [Database [{db-id :id}]
Table [{table-id :id} {:db_id db-id}]
Field [{} {:table_id table-id :special_type :type/PK}]
......
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