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

Ensure we have a user when testing candidates

parent 51c7c3d2
No related branches found
No related tags found
No related merge requests found
......@@ -151,7 +151,8 @@
(expect
(db/count Table :db_id (data/id))
(->> (Database (data/id)) candidate-tables first :tables count))
(with-rasta
(->> (Database (data/id)) candidate-tables first :tables count)))
;; Identity
......
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