Commit cd5f6a8f authored by Sean McGivern's avatar Sean McGivern

Fix MR finder weight spec

A change in CE added another open MR to this project.
parent f870081b
......@@ -71,7 +71,7 @@ describe MergeRequestsFinder do
it 'ignores sorting by weight' do
params = { project_id: project1.id, scope: 'authored', state: 'opened', weight: Issue::WEIGHT_ANY }
merge_requests = described_class.new(user, params).execute
expect(merge_requests.size).to eq(1)
expect(merge_requests.size).to eq(2)
end
it 'filters by group' 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