Commit e2e6d83c authored by Vitali Tatarintev's avatar Vitali Tatarintev

Merge branch 'caalberts-fix-flaky-projects-finder' into 'master'

Fix flaky projects_finder_spec.rb

See merge request gitlab-org/gitlab!57072
parents 1ff0b1ac e6a47ea3
...@@ -53,7 +53,7 @@ RSpec.describe Namespaces::ProjectsFinder do ...@@ -53,7 +53,7 @@ RSpec.describe Namespaces::ProjectsFinder do
context 'when sort does not equal :storage' do context 'when sort does not equal :storage' do
it 'returns all projects' 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 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