Commit e6a47ea3 authored by Albert Salim's avatar Albert Salim Committed by Vitali Tatarintev

Fix order dependent array expectation

parent 7f302947
......@@ -53,7 +53,7 @@ RSpec.describe Namespaces::ProjectsFinder do
context 'when sort does not equal :storage' do
it 'returns all projects' do
expect(projects).to eq [project_1, project_2]
expect(projects).to match_array [project_1, project_2]
end
end
end
......
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