Skip to content
Snippets Groups Projects
Unverified Commit 9dbfae2e authored by bryan's avatar bryan Committed by GitHub
Browse files

the ' makes the doseq do nothing (#42988)

parent d5a32ecb
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@
(mt/with-temp
[:model/Database {db-id :id} {:name "test-data"}
:model/Table {table-id :id} {:name "name" :db_id db-id}]
(recent-views/update-users-recent-views! (mt/user->id :rasta) :model/Table table-id)'
(recent-views/update-users-recent-views! (mt/user->id :rasta) :model/Table table-id)
(doseq [[read? write? expected] [[false true []]
[false false []]
[true false [{:description nil,
......
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