Skip to content

Commit

Permalink
Fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
filippoberga committed Aug 9, 2024
1 parent dfc9bfb commit c63c22d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/connectors/document_index/test_document_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def test_document_list_all_documents(
) -> None:
filter_result = document_index.documents(collection_path)

assert len(filter_result) == 3
assert len(filter_result) == 5


def test_document_list_max_n_documents(
Expand Down

0 comments on commit c63c22d

Please sign in to comment.