Skip to content

Commit d211391

Browse files
committed
fix
1 parent a1cfaa0 commit d211391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

langchain/tests/test_langchain_integration_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from langchain_vectorize import VectorizeRetriever
88

99

10-
class TestVectorizeRetrieverIntegration(RetrieversIntegrationTests):
10+
class VectorizeRetrieverIntegration(RetrieversIntegrationTests):
1111
@classmethod
1212
@pytest.fixture(autouse=True, scope="class")
1313
def setup(

0 commit comments

Comments
 (0)