Fix intermittent failure with order dependent RankedTrend locales pluck (#39338)

This commit is contained in:
Matt Jankowski 2026-06-09 04:52:38 -04:00 committed by GitHub
parent 422d0e4e20
commit 4f062c8c7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ RSpec.shared_examples 'RankedTrend' do
it 'returns unique set of languages' do
expect(described_class.locales)
.to eq(['en', 'es'])
.to contain_exactly('en', 'es')
end
end