Skip to content

Commit

Permalink
Fix copy/paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Dec 17, 2024
1 parent 9d5e6a3 commit f1ed8df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -1126,7 +1126,7 @@ def langchain_community_fixture(fail_missing: bool):


@pytest.fixture(name="langchain_openai", scope='session')
def langchain_community_fixture(fail_missing: bool):
def langchain_openai_fixture(fail_missing: bool):
"""
Fixture to ensure langchain_openai is installed
"""
Expand Down
2 changes: 1 addition & 1 deletion tests/morpheus_llm/llm/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def langchain_community_fixture(langchain_community: types.ModuleType):


@pytest.fixture(name="langchain_openai", scope='session', autouse=True)
def langchain_community_fixture(langchain_openai: types.ModuleType):
def langchain_openai_fixture(langchain_openai: types.ModuleType):
"""
Fixture to ensure langchain_openai is installed
"""
Expand Down

0 comments on commit f1ed8df

Please sign in to comment.