Skip to content

Commit 3c98681

Browse files
committed
Fix failing tests with Meilisearch v1.2
1 parent 90af26e commit 3c98681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/meilisearch/index/search/multi_params_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
expect(response['hits'].first).not_to have_key('objectId')
6060
expect(response['hits'].first).not_to have_key('genre')
6161
expect(response['hits'].first).to have_key('title')
62-
expect(response['hits'].first['_formatted']['title']).to eq('Harry Potter and the Half-Blood <em>Princ</em>e')
62+
expect(response['hits'].first['_formatted']['title']).to eq('Harry Potter and the Half-Blood <em>Prince</em>')
6363
end
6464

6565
it 'does a custom search with facets and limit' do

0 commit comments

Comments
 (0)