Skip to content

Commit ddecb13

Browse files
committed
update: formatting changes done via black
1 parent 17a34f1 commit ddecb13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/index/test_index_search_meilisearch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ def test_custom_search_params_with_matching_strategy_last(index_with_documents):
418418
assert isinstance(response, dict)
419419
assert len(response["hits"]) > 1
420420

421+
421422
def test_custom_search_params_with_matching_strategy_frequency(index_with_documents):
422423
"""Tests search with matching strategy param set to frequency"""
423424
response = index_with_documents().search(

0 commit comments

Comments
 (0)