Skip to content

Commit e01d5be

Browse files
committed
formats and sorts imports
1 parent b5a2eea commit e01d5be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/index/test_index_search_meilisearch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,4 +513,4 @@ def test_search_distinct(index_with_documents):
513513
response = index_with_documents().search("How to train your dragin", {"distinct": "genre"})
514514
assert isinstance(response, dict)
515515
assert len(response["hits"]) == 1
516-
assert response["hits"][0]["id"] == "166428"
516+
assert response["hits"][0]["id"] == "166428"

0 commit comments

Comments
 (0)