Skip to content

Commit

Permalink
fix: tests imports
Browse files Browse the repository at this point in the history
  • Loading branch information
KevKibe committed Apr 29, 2024
1 parent b645989 commit 33ee482
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/test_pineconeindex_cohere.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import unittest
from src.doc_index.doc_indexing import PineconeIndexer
from src.docindex.doc_indexing import PineconeIndexer
import os
from io import StringIO
from unittest.mock import patch
Expand Down
2 changes: 1 addition & 1 deletion tests/test_pineconeindex_google.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import unittest
from src.doc_index.doc_indexing import PineconeIndexer
from src.docindex.doc_indexing import PineconeIndexer
import os
from io import StringIO
from unittest.mock import patch
Expand Down
2 changes: 1 addition & 1 deletion tests/test_pineconeindex_openai.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import unittest
from src.doc_index.doc_indexing import PineconeIndexer
from src.docindex.doc_indexing import PineconeIndexer
import os
from io import StringIO
from unittest.mock import patch
Expand Down

0 comments on commit 33ee482

Please sign in to comment.