Skip to content
Snippets Groups Projects
Unverified Commit c115b411 authored by Ngoc Khuat's avatar Ngoc Khuat Committed by GitHub
Browse files

Attempt to fix the flaky `hydrate-is-personal-test` test (#35203)

parent 6e5fc510
No related branches found
No related tags found
No related merge requests found
......@@ -1260,7 +1260,7 @@
(-> (t2/select-one :model/Collection id-or-ids)
(t2/hydrate :is_personal)
:is_personal)
(as-> (t2/select :model/Collection :id [:in id-or-ids]) collections
(as-> (t2/select :model/Collection :id [:in id-or-ids] {:order-by [:id]}) collections
(t2/hydrate collections :is_personal)
(map :is_personal collections))))]
......
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