Commit 6293593d authored by Albert Salim's avatar Albert Salim

Fix order-dependent assertion

parent 437a0caa
......@@ -154,7 +154,7 @@ RSpec.describe MergeRequests::CreateFromIssueService do
result = service.execute
expect(result[:merge_request].label_ids).to eq(label_ids)
expect(result[:merge_request].label_ids).to match_array(label_ids)
end
it "inherits milestones" do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment