Skip to content

Commit 71a76a3

Browse files
author
Daniele Briggi
committed
chore(test): typo
1 parent 466a05b commit 71a76a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_sqlite_rag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def test_add_file_with_metadata(self):
148148

149149
def test_add_documents_with_generated_title(self):
150150
with tempfile.NamedTemporaryFile(mode="w", suffix=".txt", delete=False) as doc1:
151-
doc1.write("# Title 1\nThis is the second test document.")
151+
doc1.write("# Title 1\nThis is the first test document.")
152152
with tempfile.NamedTemporaryFile(mode="w", suffix=".txt", delete=False) as doc2:
153153
doc2.write("# Title 2\nThis is the second test document.")
154154

0 commit comments

Comments
 (0)