Fix some flaky tests that randomly failed because of item ordering (#17509)
This commit is contained in:
		@@ -114,7 +114,7 @@ RSpec.describe UpdateStatusService, type: :service do
 | 
			
		||||
    end
 | 
			
		||||
 | 
			
		||||
    it 'keeps old mentions as silent mentions' do
 | 
			
		||||
      expect(status.mentions.pluck(:account_id)).to eq [alice.id, bob.id]
 | 
			
		||||
      expect(status.mentions.pluck(:account_id)).to match_array([alice.id, bob.id])
 | 
			
		||||
    end
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user