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 c0c0eea commit 5083af9Copy full SHA for 5083af9
packages/toolbox-langchain/tests/test_e2e.py
@@ -196,7 +196,7 @@ def toolbox(self):
196
@pytest.fixture(scope="function")
197
def get_n_rows_tool(self, toolbox):
198
tool = toolbox.load_tool("get-n-rows")
199
- assert tool._ToolboxTool__async_tool._AsyncToolboxTool__name == "get-n-rows"
+ assert tool._ToolboxTool__core_sync_tool.__name__ == "get-n-rows"
200
return tool
201
202
#### Basic e2e tests
0 commit comments