Fix flaky MergeRequests::HandleAssigneesChangeWorker spec
It is possible that the expected array and the actual array or relation are different in order. That can lead to flakiness. To fix it, `match_array` is used to ignore the order of records.
Showing
Please register or sign in to comment