We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba443e commit 46a6948Copy full SHA for 46a6948
packages/toolbox-langchain/tests/test_e2e.py
@@ -54,7 +54,7 @@ def toolbox(self):
54
@pytest_asyncio.fixture(scope="function")
55
async def get_n_rows_tool(self, toolbox):
56
tool = await toolbox.aload_tool("get-n-rows")
57
- assert tool._ToolboxTool__async_tool._AsyncToolboxTool__name == "get-n-rows"
+ assert tool._ToolboxTool__core_sync_tool.__name__ == "get-n-rows"
58
return tool
59
60
#### Basic e2e tests
0 commit comments