We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466a05b commit 71a76a3Copy full SHA for 71a76a3
tests/test_sqlite_rag.py
@@ -148,7 +148,7 @@ def test_add_file_with_metadata(self):
148
149
def test_add_documents_with_generated_title(self):
150
with tempfile.NamedTemporaryFile(mode="w", suffix=".txt", delete=False) as doc1:
151
- doc1.write("# Title 1\nThis is the second test document.")
+ doc1.write("# Title 1\nThis is the first test document.")
152
with tempfile.NamedTemporaryFile(mode="w", suffix=".txt", delete=False) as doc2:
153
doc2.write("# Title 2\nThis is the second test document.")
154
0 commit comments