Skip to content

Commit

Permalink
fix: source documents list
Browse files Browse the repository at this point in the history
  • Loading branch information
KevKibe committed Jun 11, 2024
1 parent 68a6bba commit 836d950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/openaiindex_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def test_02_index_documents(self, mock_print):
Test indexing documents and assert the type of the index.
"""
urls = [
"https://arxiv.org/pdf/1706.03762.pdf"
"https://arxiv.org/pdf/1706.03762.pdf",
"src/tests/DOCX_TestPage.docx",
"src/tests/TEST.md",
"src/tests/test.html"
Expand Down

0 comments on commit 836d950

Please sign in to comment.