Skip to content

Commit b553aeb

Browse files
committed
formats and sorts imports
1 parent 3c75256 commit b553aeb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/index/test_index_search_meilisearch.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,6 +530,6 @@ def test_search_ranking_threshold(index_with_documents):
530530
# No documents matched with too high of a threshold for this term
531531
response = index_with_documents().search("wife", {"rankingScoreThreshold": 0.9})
532532
assert len(response["hits"]) == 0
533-
# Two documents do contain the term but they only match at a lower threshold
533+
# Two documents do contain the term but they only match at a lower threshold
534534
response = index_with_documents().search("wife", {"rankingScoreThreshold": 0.5})
535-
assert len(response["hits"]) == 2
535+
assert len(response["hits"]) == 2

0 commit comments

Comments
 (0)