Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
curquiza committed Oct 23, 2024
1 parent cce995a commit acd5b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/meilisearch/index/search/similar_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

new_index.add_documents(documents).await

response = new_index.search_similar_documents('287947', embedders: 'manual')
response = new_index.search_similar_documents('287947', embedder: 'manual')

expect(response['hits']).not_to be_empty
expect(response['estimatedTotalHits']).not_to be_nil
Expand Down

0 comments on commit acd5b64

Please sign in to comment.