Skip to content

Commit

Permalink
updating tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsbatista committed Dec 12, 2024
1 parent 47ab319 commit 0ecc817
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def test_context_documents_returned_are_ordered_by_split_idx_start(self):

@pytest.mark.integration
def test_run_with_pipeline(self):
splitter = DocumentSplitter(split_length=1, split_overlap=0, split_by="sentence")
splitter = DocumentSplitter(split_length=1, split_overlap=0, split_by="period")
text = (
"This is a text with some words. There is a second sentence. And there is also a third sentence. "
"It also contains a fourth sentence. And a fifth sentence. And a sixth sentence. And a seventh sentence"
Expand Down

0 comments on commit 0ecc817

Please sign in to comment.