Skip to content
Snippets Groups Projects
Unverified Commit 9387beb3 authored by Claire's avatar Claire Committed by GitHub
Browse files

Change flaky AccountSearchService test (#19650)

parent 1dca08b7
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,6 @@ describe AccountSearchService, type: :service do
results = subject.call('e@example.com', nil, limit: 2)
expect(results.size).to eq 2
expect(results).to eq([exact, remote]).or eq([exact, remote_too])
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment