Skip to content

Commit f1ed8df

Browse files
committed
Fix copy/paste error
1 parent 9d5e6a3 commit f1ed8df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@ def langchain_community_fixture(fail_missing: bool):
11261126

11271127

11281128
@pytest.fixture(name="langchain_openai", scope='session')
1129-
def langchain_community_fixture(fail_missing: bool):
1129+
def langchain_openai_fixture(fail_missing: bool):
11301130
"""
11311131
Fixture to ensure langchain_openai is installed
11321132
"""

tests/morpheus_llm/llm/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def langchain_community_fixture(langchain_community: types.ModuleType):
6262

6363

6464
@pytest.fixture(name="langchain_openai", scope='session', autouse=True)
65-
def langchain_community_fixture(langchain_openai: types.ModuleType):
65+
def langchain_openai_fixture(langchain_openai: types.ModuleType):
6666
"""
6767
Fixture to ensure langchain_openai is installed
6868
"""

0 commit comments

Comments
 (0)