Skip to content

Commit

Permalink
Fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
filippoberga committed Aug 9, 2024
1 parent 460106d commit dfc9bfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/connectors/document_index/test_document_index.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,9 @@ def test_document_indexes_are_returned(
assert index_configuration.chunk_overlap == 0
assert index_configuration.chunk_size == 512


def test_document_indexes_zero_progress_is_returned(
document_index: DocumentIndexClient, collection_path: CollectionPath
) -> None:
progress = document_index.progress(collection_path)
assert progress == 0
assert progress == 0

0 comments on commit dfc9bfb

Please sign in to comment.