Skip to content

Commit 2963da0

Browse files
committed
Adapt test for the v1.0.0
1 parent 2349f34 commit 2963da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/client/test_client_task_meilisearch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def test_get_task_inexistent(client):
9898
def create_tasks(empty_index, small_movies):
9999
"""Ensures there are some tasks present for testing."""
100100
index = empty_index()
101-
index.update_ranking_rules(["type", "exactness"])
101+
index.update_ranking_rules(["typo", "exactness"])
102102
index.reset_ranking_rules()
103103
index.add_documents(small_movies)
104104
index.add_documents(small_movies)

0 commit comments

Comments
 (0)