Browse Source

Change flaky AccountSearchService test (#19650)

closed-social-glitch-2
Claire 2 years ago
committed by GitHub
parent
commit
9387beb3b3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      spec/services/account_search_service_spec.rb

+ 0
- 1
spec/services/account_search_service_spec.rb View File

@ -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

Loading…
Cancel
Save