We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2349f34 commit 2963da0Copy full SHA for 2963da0
tests/client/test_client_task_meilisearch.py
@@ -98,7 +98,7 @@ def test_get_task_inexistent(client):
98
def create_tasks(empty_index, small_movies):
99
"""Ensures there are some tasks present for testing."""
100
index = empty_index()
101
- index.update_ranking_rules(["type", "exactness"])
+ index.update_ranking_rules(["typo", "exactness"])
102
index.reset_ranking_rules()
103
index.add_documents(small_movies)
104
0 commit comments