Skip to content

Commit

Permalink
improving tests docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsbatista committed Jan 7, 2025
1 parent 938c723 commit 6d542df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/components/retrievers/test_auto_merging_retriever.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def test_run_go_up_hierarchy_multiple_levels(self):

def test_run_go_up_hierarchy_multiple_levels_hit_root_document(self):
"""
Test case where the threshold is not met at the root document, so the root document is returned.
Test case where we go up hierarchy until the root document, so the root document is returned.
It's the only document in the hierarchy which has no parent.
"""
Expand Down

0 comments on commit 6d542df

Please sign in to comment.