Change flaky AccountSearchService test (#19650)
This commit is contained in:
		
							parent
							
								
									05bb841077
								
							
						
					
					
						commit
						a2d48543b8
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -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…
	
		Reference in a new issue