File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 """
Original file line number Diff line number Diff 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 """
You can’t perform that action at this time.
0 commit comments