Skip to content

Commit 89bcf0b

Browse files
authored
Update tests/index/test_index_document_meilisearch.py
1 parent 35edd7e commit 89bcf0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/index/test_index_document_meilisearch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ def test_add_documents(empty_index, small_movies):
2525
assert index.get_primary_key() == "id"
2626
assert update.status == "succeeded"
2727

28+
2829
def test_add_documents_empty(empty_index):
2930
"""Tests adding empty string as documents to a clean index."""
3031
index = empty_index()

0 commit comments

Comments
 (0)