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

A simpler test for unanalyzed situation.

parent 46b996bf
No related branches found
No related tags found
No related merge requests found
......@@ -205,18 +205,6 @@
valid-dashboard?)))))
(expect
[true true]
(tt/with-temp* [Table [{table-id :id}]]
(with-rasta
(with-dashboard-cleanup
(let [table (Table table-id)
not-analyzed-result (automagic-analysis table {})
analyzed-result (-> table
(assoc :entity_type :entity/GenericTable)
(automagic-analysis {}))]
[(nil? not-analyzed-result) (some? analyzed-result)])))))
(expect
(tt/with-temp* [Database [{db-id :id}]
Table [{table-id :id} {:db_id db-id}]
......
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