You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(test): add missing order= to widget_1 and widget_2 in dashboard test setUp
The order=0 and order=1 at lines 70/80 were on DashboardWidgetQuery
(queries within widgets), not on DashboardWidget itself. Widget_1 and
widget_2 had order=NULL, causing nondeterministic ordering under
ORDER BY (order, id).
0 commit comments